Extracting values from keys which have dot operator in their name.
Open
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.