- json-parsers #!optional parsersparameter
An alist which maps JSON data type symbols to procedures which are used to convert the corresponding data types to Scheme data structures. By default the following mappings apply:
- string
- string
- number
- number
- member
- pair (keys are represented as symbols)
- object
- list of member pairs
- array
- vector
- true
- #t
- false
- #f
- null
- 'null