retreiving data with a name that contains spaces or special charecters with Jsonata

 

{
"normal": 1,
"has some spaces": 2,
"@": 3
} Query: $."@" 2. `@`

No comments:

Post a Comment

calling outside object property or parent

 https://try.jsonata.org/dxPC5s-zM { "list1" : [ { "b" : 1 , "list2" : [ { ...