The (proposed) spec currently says (for the adaptive output method)
A JNode is serialized by serializing its ¶value property.
I propose changing the output to
JNode(k:v)
where k is the serialization of the selector property and v is the serialization of the value property.
The rule for the JSON output method remains the same.
The reason for the change is so that people can see when a query returns a JNode as distinct from returning its value.
The (proposed) spec currently says (for the adaptive output method)
A JNode is serialized by serializing its ¶value property.
I propose changing the output to
JNode(k:v)where k is the serialization of the selector property and v is the serialization of the value property.
The rule for the JSON output method remains the same.
The reason for the change is so that people can see when a query returns a JNode as distinct from returning its value.