aboutsummaryrefslogtreecommitdiff
path: root/src/jansson.h
AgeCommit message (Expand)AuthorFilesLines
2017-04-13Allow forward declaring json_error_t valuesPetri Lehtinen1-1/+1
2017-03-02jansson 2.10v2.10Nathaniel McCallum1-2/+2
2017-02-27Add JSON_EMBED encoding flagNathaniel McCallum1-0/+1
2017-01-27Implement json_dumpfd() and json_loadfd()Nathaniel McCallum1-0/+2
2017-01-26Implement json_dumpb()Nathaniel McCallum1-0/+1
2016-09-18jansson 2.9v2.9Petri Lehtinen1-2/+2
2016-09-18Update copyrights for 2016Petri Lehtinen1-1/+1
2016-08-31Add support for the cleanup attribute in GCC/ClangNathaniel McCallum1-0/+13
2016-08-30jansson 2.8v2.8Petri Lehtinen1-2/+2
2015-12-21Add json_get_alloc_funcs() to allow alloc function fetchingNathaniel McCallum1-0/+1
2015-08-26Add json_object_foreach_safePetri Lehtinen1-0/+7
2014-12-04Include jansson_config.h with quotesPetri Lehtinen1-1/+1
2014-10-02jansson 2.7v2.7Petri Lehtinen1-2/+2
2014-07-07Define JSON_MAX_INDENTPetri Lehtinen1-1/+2
2014-04-30Add JSON_REAL_PRECISIONPetri Lehtinen1-7/+8
2014-02-11Merge branch '2.6'Petri Lehtinen1-2/+3
2014-02-11jansson 2.6Petri Lehtinen1-2/+2
2014-02-11CVE-2013-6401: Change hash function, randomize hashesPetri Lehtinen1-0/+1
2014-01-28Update copyrights for 2014Petri Lehtinen1-1/+1
2013-12-04Add json_boolean_value as alias for json_is_truePetri Lehtinen1-0/+1
2013-09-30Add JSON_ALLOW_NUL decoding flag for enabling NUL byte supportPetri Lehtinen1-0/+1
2013-09-27Support \u0000 - add size_t string lengths to API, load and dump \u000, etc.Chip Salzenberg1-9/+13
2013-09-19jansson 2.5v2.5Petri Lehtinen1-3/+3
2013-07-23Update copyrights for 2013Petri Lehtinen1-1/+1
2013-07-08Make the argument of json_deep_copy() constPetri Lehtinen1-1/+1
2013-06-11Renamed flag to JSON_DECODE_INT_AS_REAL and added documentationJason Choy1-4/+4
2013-06-09Implemented a decode option to only decode numbers to reals and never integersJason Choy1-0/+1
2013-05-21Don't shadow the stdlib function index() with arg namesPetri Lehtinen1-4/+4
2013-05-12Add json_array_foreach() #define, parallelling json_object_foreach()Daniel Griscom1-0/+5
2013-03-07Add CMake build system.Paul Harris1-0/+2
2013-01-03Merge branch '2.4'Petri Lehtinen1-1/+1
2013-01-03Make it possible to forward declare struct json_tPetri Lehtinen1-1/+1
2012-09-23Set master for 2.5 development modePetri Lehtinen1-2/+2
2012-09-23jansson 2.4v2.4Petri Lehtinen1-3/+3
2012-07-30Add json_boolean() macroPetri Lehtinen1-0/+1
2012-06-29Merge branch 'fix-slash' of git://github.com/jrbasso/janssonPetri Lehtinen1-0/+1
2012-06-28Created flag to dump escaping slashJuan Basso1-0/+1
2012-04-30Add vs2010 solution and projectRogerz Zhang1-1/+1
2012-04-29Support building on WindowsPetri Lehtinen1-1/+1
2012-04-20jansson 2.3.1v2.3.1Petri Lehtinen1-2/+2
2012-03-26Document and tweak json_load_callback()Petri Lehtinen1-2/+2
2012-03-22Add json_load_callback()Rogerz Zhang1-0/+3
2012-03-20Merge branch '2.3'Petri Lehtinen1-1/+1
2012-03-20Update copyright notices for 2012Petri Lehtinen1-1/+1
2012-01-30Set master to 2.4 development modePetri Lehtinen1-2/+2
2012-01-27jansson 2.3v2.3Petri Lehtinen1-3/+3
2012-01-24Add json_object_update_{existing,missing}Petri Lehtinen1-0/+2
2012-01-24Implement json_object_foreach()Petri Lehtinen1-0/+6
2011-11-14JSON_DECODE_ANYAndrea Marchesini1-0/+1
2011-11-01Use %I64d format for printing long longs on WindowsPetri Lehtinen1-0/+4