How to set the jsonpath, when the key contains dot? { "properties": { "footer.navigationLinks": { "group": "layout" , "default": [ { "text": "Link a" , "href": "#" } ] } } } I just want to extract the "group" value。
How to set the jsonpath, when the key contains dot?
{
"properties": {
"footer.navigationLinks": {
"group": "layout"
, "default": [
{
"text": "Link a"
, "href": "#"
}
]
}
}
}
I just want to extract the "group" value。