Skip to content
This repository was archived by the owner on Feb 6, 2023. It is now read-only.
This repository was archived by the owner on Feb 6, 2023. It is now read-only.

attention to JSON encoding #161

@nedmsmith

Description

@nedmsmith

The current corim doesn't anticipate cases where a JSON encoding might be the CDDL output. For example bit fields &(bit : 1, bit : 2 ...) might have a JSON encoding of {"bit1" / "bit2" / ...}. While it may be possible for a CBOR to JSON converter to reasonably infer the JSON. Such a tool / standard hasn't been defined.

Applying this to corim would also align with IETF RATS conventions for specifications involving CDDL, JSON and CBOR encodings.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions