Abstract-syntax
An abstract syntax of JSON.
We define fixtypes for an abstract syntax of JSON.
This is just a first version;
we plan to make this more rich and precise.
Subtopics
- Values
- Fixtypes of JSON values.
- Object-member-values
- Retrieve the values associated to a member name in a JSON object.
- Object-member-value?
- Return the unique value associated to a member name in a JSON object,
if the object has a member with that name.
- Maybe-value
- Fixtype of JSON values and nil.
- Object-member-value
- Return the unique value associated to a member name in a JSON object.
- Object-has-member-p
- Check if a JSON object has some member with a given name.
- Object-member-values-aux