You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 19, 2022. It is now read-only.
I'm not entirely confortable with specs, but it seems that a big part of it is not supported. For example, the current code doesn't support surrogate pair.
Seems like \u values are still not parsed correctly.
Ex : \u00e7 (can be found in https://open.tan.fr/ewp/tempsattente.json/COMB2)
I'm not entirely confortable with specs, but it seems that a big part of it is not supported. For example, the current code doesn't support surrogate pair.
We can also compare with what other json parser are doing and it is quite different :
https://github.com/miloyip/rapidjson/blob/master/include/rapidjson/reader.h#L696
https://github.com/open-source-parsers/jsoncpp/blob/master/src/lib_json/json_reader.cpp#L682