1. Sep 16, 2016
  2. Sep 01, 2016
  3. Aug 31, 2016
  4. Aug 27, 2016
  5. Aug 26, 2016
  6. Aug 12, 2016
  7. Aug 11, 2016
  8. Jun 24, 2016
  9. Jun 21, 2016
  10. Jun 20, 2016
  11. Jun 17, 2016
  12. Jun 03, 2016
  13. Jun 01, 2016
    • Steve Dougherty's avatar
      doc: improve conciseness · a8c834c8
      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.
      a8c834c8
    • Steve Dougherty's avatar
      doc: correct argument names · 7438cc8b
      Steve Dougherty authored
      The function signatures use "json", not "root".
      7438cc8b
  14. May 30, 2016
  15. May 17, 2016
  16. May 03, 2016
    • Petri Lehtinen's avatar
      Merge pull request #284 from dev-zzo/issue-282 · 013c3892
      Petri Lehtinen authored
      Don't crash on deeply nested values by limiting parser recursion depth
      013c3892
    • Dmitry Janushkevich's avatar
      Fix for issue #282 · 64ce0ad3
      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.
      64ce0ad3
  17. Apr 28, 2016
  18. Mar 03, 2016
  19. Mar 02, 2016
  20. Feb 25, 2016
  21. Feb 24, 2016
  22. Feb 23, 2016
  23. Feb 11, 2016
  24. Feb 10, 2016
  25. Feb 03, 2016
    • Maxim Zhukov's avatar
      [Optimized functions] · b698ca13
      Maxim Zhukov authored
      Optimized json_equal, json_delete, json_copy, json_deep_copy
      Replaced if to switch
      Removed unnecessary check for NULL.
      b698ca13