jsonpath icon indicating copy to clipboard operation
jsonpath copied to clipboard

syntax when dot in key

Open hnhbwlp opened this issue 3 years ago • 0 comments

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。

hnhbwlp avatar Jan 26 '22 03:01 hnhbwlp