joelvh / joelvh/json2json

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

Open
#15 2 comments 0 reactions 0 assignees View on GitHub
bug enhancement help wanted
Dominant language
CoffeeScript
Stars
191
Forks
36
PR merge metrics
No merged PRs in 30d

Description

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"
}
}
}
]
}
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.