This doesn't work. With this data: ```json { "hello world": 42 } ``` ... and either of these queries: ``` **.'hello world' **."hello world" ``` This should be the output: ``` 42 ``` You can test this here: https://try.jsonata.org/
This doesn't work. With this data:
{ "hello world": 42 }... and either of these queries:
This should be the output:
You can test this here: https://try.jsonata.org/