How to convert an array of string to an array of objects using jsonata?

 https://try.jsonata.org/Q5Tt46GBT
https://try.jsonata.org/0L_oYffzT

{
"projectIds": [
1,2,3
]
}
projectIds[].{"projectId": $}




No comments:

Post a Comment

calling outside object property or parent

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