aboutsummaryrefslogtreecommitdiff
path: root/src/jansson.h
AgeCommit message (Expand)AuthorFilesLines
2020-05-07jansson 2.13.1v2.13.12.13Petri Lehtinen1-2/+2
2020-05-05jansson 2.13v2.13Petri Lehtinen1-2/+2
2019-10-21Tweak clang-format configuration a bitPetri Lehtinen1-43/+33
2019-10-21Run clang-format on *.c, *.hPetri Lehtinen1-119/+118
2019-10-17Merge branch 'master' into fix-issue281Petri Lehtinen1-18/+19
2019-10-17Merge pull request #505 from AllenX2018/recursive_object_updatePetri Lehtinen1-0/+1
2019-10-11Add json_object_update_recursive()Henrique Cabral1-0/+1
2019-10-09fix issue #481allen1-18/+18
2019-10-08fix issue #281allen1-0/+24
2019-03-12Add runtime version checking functionsSean Bright1-0/+5
2018-11-25jansson 2.12Corey Farrell1-2/+2
2018-03-06Build: Add JANSSON_ATTRS macro.Corey Farrell1-16/+22
2018-02-09jansson 2.11Corey Farrell1-2/+2
2018-02-09Add json_sprintf and json_vsprintfjson_sprintfPetri Lehtinen1-0/+5
2018-02-08Clarify thread safety docs, rename JANSSON_THREAD_SAFEthreadsafetyPetri Lehtinen1-1/+1
2018-01-29Use thread-safe reference counting if supported by the compiler.Corey Farrell1-3/+20
2017-11-07Fix a compile error on macOS clangPetri Lehtinen1-1/+1
2017-10-03Use last byte of error text as numeric error codePhilipp Stephani1-0/+24
2017-08-19Make json_equal() const-correctPetri Lehtinen1-1/+1
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