commit | 51993c28c2721b00340e1ddbd9bb133fdedf1bf4 | [log] [tgz] |
---|---|---|
author | Eric Haszlakiewicz <erh+git@nimenees.com> | Wed Sep 11 20:27:39 2013 -0500 |
committer | Eric Haszlakiewicz <erh+git@nimenees.com> | Wed Sep 11 20:27:39 2013 -0500 |
tree | e18192800a28eae1aaafb36648a3320d37e07ff5 | |
parent | b83e0f11826e86747885fc066fa5b06d50f60520 [diff] |
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.