Skip to content

Extracting values from keys which have dot operator in their name. #15

@johnnash03

Description

@johnnash03

This is problematic because path uses dot operator to traverse through child.So, what should be the template to extract "NAME" from the data below.

{
  "DATA": {
      "ALLNAMES": [
        {
          "LANGUAGENAME.LIST": {
            "NAME.LIST": {
              "NAME": "QWE"
            }
          }
        },
        {
          "LANGUAGENAME.LIST": {
            "NAME.LIST": {
              "NAME": "ZXC"
            }
          }
        }
      ]
  }
}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions