Skip to content

Adaptive serialization: JNodes #2087

Description

@michaelhkay

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    EnhancementA change or improvement to an existing featurePR PendingA PR has been raised to resolve this issueSerializationAn issue related to the Serialization spec

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions