Add lots of tests for pack/unpack code, fix bugs found
[jansson.git] / doc / apiref.rst
2011-02-22 Petri LehtinenAdd lots of tests for pack/unpack code, fix bugs found
2011-02-22 Petri LehtinenMove json_error_t documentation to its own section
2011-02-22 Petri LehtinenRefactor decoder input stream
2011-02-17 Petri LehtinenAdd custom memory allocation
2011-01-30 Petri LehtinenFix an unpack example in the docs
2011-01-29 Petri LehtinenTweak the default validation behaviour of the unpack API
2011-01-26 Petri LehtinenDocumentation for pack and unpack functions
2010-12-20 Petri LehtinenEmphasize the constness of the return value of json_str...
2010-12-19 Petri LehtinenDocument the version info constants
2010-10-27 Petri LehtinenEnhance error reporting
2010-10-26 Petri LehtinenMove and enhance documentation on json_error_t
2010-10-26 Petri LehtinenMake json_error_t transparent again
2010-10-14 Petri LehtinenRemove all "Added in version 1.x" info from documentation
2010-10-14 Petri LehtinenMake json_error_t opaque
2010-09-06 Petri LehtinenMerge branch '1.3'
2010-09-05 Petri LehtinenUse Sphinx 1.0, change the HTML theme
2010-08-14 Petri LehtinenMerge branch '1.3'
2010-08-14 Petri LehtinenClarify and document the integer type configuration
2010-08-14 Petri LehtinenAdd a flags parameter to all decoding functions for...
2010-08-13 Petri LehtinenChange the maximum indentation size to 32 spaces in...
2010-08-13 Petri LehtinenChange the underlying type of JSON integer from long...
2010-08-10 Petri LehtinenChange JSON integer's underlying type from int to long
2010-06-16 Petri LehtinenClarify the documentation
2010-06-15 Petri LehtinenUnify unsigned integer usage in the API
2010-06-12 Petri LehtinenMerge branch '1.2'
2010-05-20 Petri LehtinenMerge branch '1.2'
2010-05-20 Petri LehtinenClarify the documentation on reference stealing
2010-05-07 Petri LehtinenMerge branch '1.2'
2010-04-03 Petri LehtinenMerge branch '1.2'
2010-03-28 Petri LehtinenMerge branch '1.2'
2010-03-23 Petri LehtinenMerge branch '1.2'
2010-02-11 Petri LehtinenMerge branch 'c++-enhance-proxies'
2010-02-11 Petri LehtinenImplement JSON_PRESERVE_ORDER encoding flag
2010-02-04 Petri LehtinenMerge branch '1.2'
2010-02-01 Petri LehtinenAdd functions json_object_iter_{at,set,set_new}
2010-01-19 Sean MiddleditchMerge branch 'master' of /home/elanthis/Source/janssonxx
2010-01-17 Petri LehtinenMerge branch '1.1'
2009-12-31 Petri LehtinenAdd functions for shallow and deep copying JSON values
2009-12-31 Petri LehtinenAdd equality test for JSON values
2009-12-23 Petri LehtinenAdd _nocheck functions
2009-12-21 Petri LehtinenMerge branch '1.1'
2009-12-21 Petri LehtinenMerge branch '1.1'
2009-12-16 Petri LehtinenImplement JSON_SORT_KEYS encoding flag
2009-12-05 Petri LehtinenImplement JSON_ENSURE_ASCII encoding flag
2009-11-08 Petri LehtinenMerge branch '1.1'
2009-11-04 Petri LehtinenMerge branch '1.1'
2009-11-04 Petri Lehtinendump: Revise whitespace usage
2009-10-17 Petri Lehtinendoc: Add tutorial
2009-10-15 Petri Lehtinenjson_dumpf: Document the output shortage on error
2009-10-15 Petri LehtinenEnhance handling of circular references
2009-10-15 Petri Lehtinendoc: Fix a small typo in apiref
2009-10-14 Petri LehtinenMake integer, real and string mutable
2009-10-11 Petri LehtinenMerge branch '1.0'
2009-10-11 Petri LehtinenExtend object API
2009-09-29 Petri LehtinenExtend array API
2009-09-14 Petri LehtinenMerge branch '1.0'
2009-09-13 Petri LehtinenUse unsigned long instead of uint32_t
2009-09-08 Petri LehtinenMerge branch '1.0' into HEAD
2009-09-07 Petri Lehtinendoc apiref: Enhancements
2009-09-06 Petri LehtinenBetter argument validation
2009-09-06 Petri Lehtinendoc apiref: json_incref() returns its argument
2009-09-06 Petri LehtinenMerge branch '1.0'
2009-09-04 Petri Lehtinendoc: Fix typo
2009-09-04 Petri LehtinenAdd reference stealing functions for inserting values...
2009-08-13 Petri LehtinenAdd README and API reference