aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)AuthorFilesLines
2020-05-07jansson 2.13.1v2.13.12.13Petri Lehtinen1-1/+1
2020-05-05jansson 2.13v2.13Petri Lehtinen1-2/+2
2020-01-21Update apiref.rstNan Xiao1-1/+1
2019-10-24Merge pull request #510 from AllenX2018/improve-build-docPetri Lehtinen1-0/+21
2019-10-24Fix the length of a section headingPetri Lehtinen1-1/+1
2019-10-21add MinGW build guideline, add new version of Visual StudioAllenX20181-0/+21
2019-10-21Tweak clang-format configuration a bitPetri Lehtinen1-12/+7
2019-10-21Run clang-format on *.c, *.hPetri Lehtinen1-55/+39
2019-10-17Merge branch 'master' into fix-issue281Petri Lehtinen2-2/+12
2019-10-17Merge pull request #505 from AllenX2018/recursive_object_updatePetri Lehtinen1-0/+6
2019-10-17Merge pull request #503 from AllenX2018/loadfd-docPetri Lehtinen1-1/+5
2019-10-12modify some wordsallen1-5/+5
2019-10-11Add json_object_update_recursive()Henrique Cabral1-0/+6
2019-10-10add note for non-blocking file descriptor used for json_loadfdallen1-1/+5
2019-10-08fix issue #281allen1-0/+18
2019-09-23Merge pull request #494 from luzpaz/typosPetri Lehtinen1-1/+1
2019-09-20Fix various typosluz.paz1-1/+1
2019-09-18Update apiref.rstAllen1-1/+3
2019-03-12Add runtime version checking functionsSean Bright1-0/+19
2018-11-25jansson 2.12Corey Farrell1-1/+1
2018-05-07Update build instructions for Visual StudioPetri Lehtinen1-1/+16
2018-02-09jansson 2.11Corey Farrell1-1/+1
2018-02-09Merge pull request #395 from akheron/doc-utf-8Petri Lehtinen1-3/+15
2018-02-09Merge pull request #380 from phst/doc-error-codePetri Lehtinen1-0/+4
2018-02-09Document encoding requirements for callbacksdoc-utf-8Petri Lehtinen1-3/+15
2018-02-09Add json_sprintf and json_vsprintfjson_sprintfPetri Lehtinen1-0/+10
2018-02-08Clarify thread safety docs, rename JANSSON_THREAD_SAFEthreadsafetyPetri Lehtinen2-14/+26
2018-02-01Docs: Update information on thread safety.Corey Farrell2-17/+12
2017-12-18document that json_error_code will be added in version 2.11Philipp Stephani1-0/+4
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-07-16Fix typo최재원1-2/+2
2017-04-19Enable optional object/array members in json_pack()Nathaniel McCallum1-1/+22
2017-03-02jansson 2.10v2.10Nathaniel McCallum1-1/+1
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-18doc: Change version to 2.10-devPetri Lehtinen1-1/+1
2016-09-18doc: Change version to 2.92.9Petri Lehtinen1-1/+1
2016-09-18jansson 2.9v2.9Petri Lehtinen1-0/+2
2016-09-18Update copyrights for 2016Petri Lehtinen3-3/+3
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-08-30Set documentation version to 2.9-devPetri Lehtinen1-1/+1
2016-08-30jansson 2.8v2.8Petri Lehtinen2-2/+6
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