1. Sep 18, 2016
  2. Sep 16, 2016
  3. Sep 12, 2016
  4. Sep 11, 2016
  5. Sep 08, 2016
  6. Sep 01, 2016
  7. Aug 31, 2016
  8. Aug 27, 2016
  9. Aug 26, 2016
  10. Aug 12, 2016
  11. Aug 11, 2016
  12. Jun 24, 2016
  13. Jun 21, 2016
  14. Jun 20, 2016
  15. Jun 17, 2016
  16. Jun 03, 2016
  17. 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
  18. May 30, 2016
  19. May 17, 2016
  20. 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