Jansson v1.3 Release Notes

  • ๐Ÿš€ Released 2010-06-13

    • ๐Ÿ†• New functions:

      • json_object_iter_set(), json_object_iter_set_new(): Change object contents while iterating over it.
      • json_object_iter_at(): Return an iterator that points to a specific object item.
    • ๐Ÿ†• New encoding flags:

      • JSON_PRESERVE_ORDER: Preserve the insertion order of object keys.
    • ๐Ÿ› Bug fixes:

      • Fix an error that occured when an array or object was first encoded as empty, then populated with some data, and then re-encoded
      • Fix the situation like above, but when the first encoding resulted in an error
    • ๐Ÿ“š Documentation:

      • Clarify the documentation on reference stealing, providing an example usage pattern