aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)AuthorFilesLines
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-27Fix memory leaks and warnings in github_commits.cPetri Lehtinen1-10/+22
2013-07-23Update copyrights for 2013Petri Lehtinen3-3/+3
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
2013-06-11Changed :versionadded for JSON_DECODE_INT_AS_REAL docsJason Choy1-1/+1
2013-06-11Renamed flag to JSON_DECODE_INT_AS_REAL and added documentationJason Choy2-1/+12
2013-05-12Fixed "comparison between signed and unsigned" warningDaniel Griscom1-1/+1
2013-05-12Added test cases and documentation for json_array_foreach()Daniel Griscom1-0/+29
2013-04-29jansson:doc: modified incref docAndrei Epure1-1/+1
2013-04-25Fixed some minor issues.Joakim Soderberg1-6/+6
2013-04-24Added more detailed CMake documentation.Joakim Soderberg1-6/+89
2013-04-15Document CMake build process, deprecate the VS2010 projectPetri Lehtinen1-0/+20
2013-04-15Tweak Android build documentationPetri Lehtinen1-2/+5
2013-04-15Merge branch 'master' of git://github.com/svic/janssonPetri Lehtinen1-0/+5
2013-04-11Add android doc.Garner Lee1-0/+5
2013-04-01Merge branch '2.4'Petri Lehtinen1-1/+1
2013-04-01Fix a typoPetri Lehtinen1-1/+1
2013-03-09Merge branch '2.4'Petri Lehtinen2-0/+9
2013-03-09Use json_decref() properly in tutorialPetri Lehtinen2-0/+9
2012-09-23Set master for 2.5 development modePetri Lehtinen1-1/+1
2012-09-23jansson 2.4v2.4Petri Lehtinen1-1/+1
2012-09-22doc: Add versionadded directive for json_boolean()Petri Lehtinen1-0/+2
2012-09-06Fix a typo on doc/apiref.rstPetri Lehtinen1-1/+1
2012-07-30Add json_boolean() macroPetri Lehtinen1-2/+11
2012-07-27Merge branch '2.3'Petri Lehtinen1-1/+1
2012-07-27Fix a small error in tutorialPetri Lehtinen1-1/+1
2012-06-29Document the JSON_ESCAPE_SLASH encoding flagPetri Lehtinen1-0/+5
2012-05-19Update the documentation to mention Visual Studio 2010 supportPetri Lehtinen1-11/+14
2012-04-26fix slight typo in json_pack apiref exampleJack Mitchell1-1/+1
2012-04-26Merge branch '2.3'Petri Lehtinen1-1/+1
2012-04-26fix slight typo in json_pack apiref exampleJack Mitchell1-1/+1
2012-04-20jansson 2.3.1v2.3.1Petri Lehtinen1-1/+1
2012-04-18Merge branch '2.3'Petri Lehtinen2-88/+99
2012-04-18Fix tutorial to use Github API v3Petri Lehtinen2-88/+99
2012-03-26Document and tweak json_load_callback()Petri Lehtinen1-0/+28
2012-03-20Merge branch '2.3'Petri Lehtinen3-3/+3
2012-03-20Update copyright notices for 2012Petri Lehtinen3-3/+3
2012-02-02Merge branch '2.3'Petri Lehtinen1-1/+1
2012-02-02doc: Fix the names of library version constantsPetri Lehtinen1-1/+1
2012-01-30Set master to 2.4 development modePetri Lehtinen1-2/+2
2012-01-27jansson 2.3v2.3Petri Lehtinen1-1/+1
2012-01-26Add support for optional object keys for json_unpack() and friendsPetri Lehtinen1-0/+16
2012-01-24Add json_object_update_{existing,missing}Petri Lehtinen1-0/+15
2012-01-24Implement json_object_foreach()Petri Lehtinen1-0/+40