JSONata
getting different arrays data of same property
Getting data of different arrays having same property
Check common code-1 for input
Query:
[
Address
,
Other
.`
Alternative
.
Address
`].
City OP:
[
"Winchester"
,
"London"
]
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