aboutsummaryrefslogtreecommitdiff
path: root/doc/apiref.rst
AgeCommit message (Expand)AuthorFilesLines
2018-02-09Document encoding requirements for callbacksdoc-utf-8Petri Lehtinen1-3/+15
2017-12-13apiref: Clarify documentation for unpack `O` format.Corey Farrell1-1/+4
2017-12-10Document that length-aware string functions have been added in 2.7Philipp Stephani1-0/+10
2017-10-03Use last byte of error text as numeric error codePhilipp Stephani1-0/+90
2017-04-19Enable optional object/array members in json_pack()Nathaniel McCallum1-1/+22
2017-02-27Add JSON_EMBED encoding flagNathaniel McCallum1-0/+7
2017-01-27Implement json_dumpfd() and json_loadfd()Nathaniel McCallum1-1/+47
2017-01-26Implement json_dumpb()Nathaniel McCallum1-0/+22
2016-09-18jansson 2.9v2.9Petri Lehtinen1-0/+2
2016-08-31Merge pull request #301 from npmccallum/masterPetri Lehtinen1-0/+18
2016-08-31Add support for the cleanup attribute in GCC/ClangNathaniel McCallum1-0/+18
2016-08-31doc: Fix json_error_t::position typePetri Lehtinen1-1/+1
2016-06-24Fix a typoPetri Lehtinen1-1/+1
2016-06-20Always preserve insertion order of object itemsPetri Lehtinen1-11/+12
2016-06-17doc: fix code block formattingSteve Dougherty1-12/+12
2016-06-01doc: improve concisenessSteve Dougherty1-38/+11
2016-06-01doc: correct argument namesSteve Dougherty1-7/+7
2016-03-03Merge pull request #275 from Mephistophiles/masterPetri Lehtinen1-2/+2
2016-03-02Fix proto in docMaxim Zhukov1-2/+2
2016-02-25doc: Fix a typoPetri Lehtinen1-1/+1
2016-02-25json_pack(): Document s?, o?, O?Petri Lehtinen1-0/+12
2015-12-22Add versionadded to json_get_alloc_funcs docPetri Lehtinen1-0/+2
2015-12-21Add json_get_alloc_funcs() to allow alloc function fetchingNathaniel McCallum1-0/+5
2015-10-20doc: Fix a broken linkPetri Lehtinen1-1/+1
2015-08-26Add json_object_foreach_safePetri Lehtinen1-0/+13
2015-05-19doc: Copying doesn't preserve key insertion orderPetri Lehtinen1-0/+4
2014-12-15doc patch for janssondavid bigagli1-25/+25
2014-10-02jansson 2.7v2.7Petri Lehtinen1-1/+1
2014-10-02Update CHANGES for 2.7Petri Lehtinen1-0/+2
2014-07-21doc: Enhance string overviewPetri Lehtinen1-6/+4
2014-07-07Define JSON_MAX_INDENTPetri Lehtinen1-0/+6
2014-04-30Add JSON_REAL_PRECISIONPetri Lehtinen1-0/+10
2014-02-11Merge branch '2.6'Petri Lehtinen1-0/+26
2014-02-11Document json_object_seed()Petri Lehtinen1-0/+26
2013-12-04Add json_boolean_value as alias for json_is_truePetri Lehtinen1-0/+5
2013-11-14Merge branch '2.5'Petri Lehtinen1-1/+1
2013-11-14doc: Set all memory to zero in secure_freePetri Lehtinen1-1/+1
2013-09-30Document JSON_ALLOW_NUL and clarify NUL byte handlingPetri Lehtinen1-2/+19
2013-09-30Clarify json_string_length docPetri Lehtinen1-1/+1
2013-09-30Document s% and s# for json_pack, s% for json_unpackPetri Lehtinen1-0/+16
2013-09-27document new null-friendly functionsChip Salzenberg1-0/+29
2013-09-23Add versionadded to the new json_pack() format specifiersPetri Lehtinen1-0/+6
2013-09-19doc: Fix index type for json_array_foreach()Petri Lehtinen1-1/+1
2013-09-16Mention success first in json_load_callback_t docsPetri Lehtinen1-4/+4
2013-09-16Clarified json_load_callback_t return value docsPhillip Howell1-2/+3
2013-08-14pack: Add format specifiers s#, + and +#Petri Lehtinen1-23/+41
2013-08-06doc: Add an example for circumventing problems with Windows heapsPetri Lehtinen1-1/+6
2013-07-08Make the argument of json_deep_copy() constPetri Lehtinen1-1/+1
2013-06-12Fix indentation in docsPetri Lehtinen1-1/+1
2013-06-11Using jsonp_strtod instead of casting to double to catch double overflowJason Choy1-1/+3