Changeset 25589 in project
- Timestamp:
- 11/28/11 09:43:13 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/eggref/4/json-abnf
r25092 r25589 19 19 Parses a JSON text and returns a corresponding Scheme value. JSON 20 20 vectors and objects are represented as Scheme vectors and alists, 21 respectively. JSON numbers, strings, and booleans are represented as 22 Scheme numbers and strings. The JSON {{null}} constant is represented 23 as the empty list in Scheme. 21 respectively. JSON numbers and strings are represented as Scheme 22 numbers and strings. 23 24 JSON boolean values are represented as {{'(#t)}} and {{'(#f)}} in Scheme. 25 26 The JSON {{null}} constant is represented as {{'(null)}} list in Scheme. 24 27 25 28 === Requires … … 29 32 === Version History 30 33 34 * 5.0 Bug fixes in parsing booleans; using dotted lists for object representation [thanks to Vok Vojwo] 31 35 * 4.0 Compatibility with abnf 5 32 36 * 3.2 Bug fixes in the parser for escaped characters; handling of empty vectors, objects, strings [thanks to Moritz Heidkamp]
Note: See TracChangeset
for help on using the changeset viewer.