Added a json_object_new_double_s() convenience function to allow an exact string representation of a double to be specified when creating the object and use it in json_tokener_parse_ex() so a re-serialized object more exactly matches the input.

Add json_object_free_userdata() and json_object_userdata_to_json_string() too.
This commit is contained in:
Eric Haszlakiewicz
2013-09-11 20:27:39 -05:00
parent b83e0f1182
commit 51993c28c2
6 changed files with 83 additions and 11 deletions

View File

@@ -1,7 +1,10 @@
NEXT.VERSION
* Nothing yet...
* Added a json_object_new_double_s() convenience function to allow
an exact string representation of a double to be specified when
creating the object and use it in json_tokener_parse_ex() so
a re-serialized object more exactly matches the input.
0.11