]> git.ipfire.org Git - thirdparty/json-c.git/commit
Added a json_object_new_double_s() convenience function to allow an exact string...
authorEric Haszlakiewicz <erh+git@nimenees.com>
Thu, 12 Sep 2013 01:27:39 +0000 (20:27 -0500)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Thu, 12 Sep 2013 01:27:39 +0000 (20:27 -0500)
commit51993c28c2721b00340e1ddbd9bb133fdedf1bf4
treee18192800a28eae1aaafb36648a3320d37e07ff5
parentb83e0f11826e86747885fc066fa5b06d50f60520
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.
ChangeLog
json_object.c
json_object.h
json_tokener.c
tests/test_locale.expected
tests/test_parse.expected