- Sep 16, 2016
-
-
Matthew Johnston authored
-
Yuriy Romanenko authored
-
Petri Lehtinen authored
Fixes #306
-
- Sep 01, 2016
-
-
Petri Lehtinen authored
-
Petri Lehtinen authored
Fix typo
-
Yujun Zhang authored
-
- Aug 31, 2016
-
-
Petri Lehtinen authored
Fixes #300
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
- Aug 27, 2016
-
-
Petri Lehtinen authored
-
- Aug 26, 2016
-
-
Petri Lehtinen authored
Always preserve insertion order of object items
-
- Aug 12, 2016
-
-
Petri Lehtinen authored
OOM crash
-
- Aug 11, 2016
-
-
Andreas Pasiopoulos authored
-
Andreas Pasiopoulos authored
and increasing hashtable order Fixes a crash observed when there is OOM in hashtable_do_rehash
-
Andreas Pasiopoulos authored
-
- Jun 24, 2016
-
-
Petri Lehtinen authored
-
- Jun 21, 2016
-
-
Petri Lehtinen authored
-
- Jun 20, 2016
-
-
Petri Lehtinen authored
Polish API documentation
-
- Jun 17, 2016
-
-
Steve Dougherty authored
-
- Jun 03, 2016
-
-
Petri Lehtinen authored
Simplify snprintf and vsnprintf checking for Visual Studio
-
Petri Lehtinen authored
-
- Jun 01, 2016
-
-
Steve Dougherty authored
The object_to_key_iter() example is now formatted like json_object_foreach() and json_object_foreach(). The edited descriptions were redundant, and the removed headers didn't add useful information.
-
Steve Dougherty authored
The function signatures use "json", not "root".
-
- May 30, 2016
-
-
Petri Lehtinen authored
-
- May 17, 2016
-
-
Petri Lehtinen authored
Patch by Blanca Elio Rosario.
-
- May 03, 2016
-
-
Petri Lehtinen authored
Don't crash on deeply nested values by limiting parser recursion depth
-
Dmitry Janushkevich authored
The fix limits recursion depths when parsing arrays and objects. The limit is configurable via the `JSON_PARSER_MAX_DEPTH` setting within `jansson_config.h` and is set by default to 2048. Update the RFC conformance document to note the limit; the RFC allows limits to be set by the implementation so nothing has actually changed w.r.t. conformance state. Reported by Gustavo Grieco.
-
- Apr 28, 2016
-
-
Petri Lehtinen authored
-
- Mar 03, 2016
-
-
Petri Lehtinen authored
Fix proto in doc
-
- Mar 02, 2016
-
-
Maxim Zhukov authored
-
- Feb 25, 2016
-
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
Petri Lehtinen authored
Implemented json_pack() format specifiers 's?', 'o?', and 'O?'.
-
- Feb 24, 2016
-
-
David Harvey-Macaulay authored
-
David Harvey-Macaulay authored
-
- Feb 23, 2016
-
-
David Harvey-Macaulay authored
-
- Feb 11, 2016
-
-
Petri Lehtinen authored
Fix libdir is wrong path when compile with cmake
-
Petri Lehtinen authored
Optimized functions
-
- Feb 10, 2016
-
-
Thanabodee Charoenpiriyakij authored
because JANSSON_INSTALL_LIB_DIR is set to /usr/local/lib after foreach loop
-
- Feb 03, 2016
-
-
Maxim Zhukov authored
Optimized json_equal, json_delete, json_copy, json_deep_copy Replaced if to switch Removed unnecessary check for NULL.
-