Skip to content

Replace attribute/index/name with a JSON Pointer #1

@clbarnes

Description

@clbarnes

JSON Pointers uniquely describe a single item in a JSON document: https://datatracker.ietf.org/doc/html/rfc6901

e.g. for object

{
  "some_key": [
    {
      "k": "v"
    },
    {"another_key": "value"}
  ]
}

the JSON Pointer /some_key/1/another_key would return "value". This allows deeper nesting than the current index/name strategy.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions