Operations
Operations on JSON values.
Subtopics
- 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.
- 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.