JSONata
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
calling outside object property or parent
https://try.jsonata.org/dxPC5s-zM { "list1" : [ { "b" : 1 , "list2" : [ { ...
How to group the JSON object by a key using JSONata
I want to use JSONata to do the grouping of json objects in an array based on a key within the JSON object. For example, I want to gro...
Use the Transform operator to remove one or more key/value pairs from an Object?
Given this source... { "Price": 34.45, "Product Name": "Bowler Hat", "ProductID": 858383, ...
How to substitute . with _ in key names? (replacing common propertynames )
https://try.jsonata.org/uZgm69Bfy https://try.jsonata.org/WsfsFGhjE https://try.jsonata.org/r2GrHYYou differnec between 2 menthods ( $d...
No comments:
Post a Comment