jsonpath
jsonpath copied to clipboard
syntax when dot in key
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。