/
githubmirror
/
libfastjson
Обзор
Документация
Войти
/
githubmirror
/
libfastjson
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/test_locale.expected
2 строки
108 B
Eric Haszlakiewicz
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.
12 сен 2013, 05:27
12 сен 2013, 05:27
51993c2
Код
Авторство
О чём код?
new_obj.to_string()=[ 1.2, 3.4, 123456.78, 5.0, 2.3e10 ] new_obj.to_string()=[1.2,3.4,123456.78,5.0,2.3e10]