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
Copy file name to clipboardExpand all lines: doc/faq.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,11 +64,11 @@
64
64
65
65
JSON are commonly used in web applications for transferring structured data. It is also used as a file format for data persistence.
66
66
67
-
2. Does RapidJSON conform to the JSON standard?
67
+
3. Does RapidJSON conform to the JSON standard?
68
68
69
69
Yes. RapidJSON is fully compliance with [RFC7159](http://www.ietf.org/rfc/rfc7159.txt) and [ECMA-404](http://www.ecma-international.org/publications/standards/Ecma-404.htm). It can handle corner cases, such as supporting null character and surrogate pairs in JSON strings.
70
70
71
-
3. Does RapidJSON support relaxed syntax?
71
+
4. Does RapidJSON support relaxed syntax?
72
72
73
73
Currently no. RapidJSON only support the strict standardized format. Support on related syntax is under discussion in this [issue](https://github.com/Tencent/rapidjson/issues/36).
0 commit comments