Given this source...
{
"Price": 34.45,
"Product Name": "Bowler Hat",
"ProductID": 858383,
"Quantity": 2,
"SKU": "0406654608"
}
I would like to reduce it to...
{
"Product Name": "Bowler Hat",
"ProductID": 858383,
"SKU": "0406654608"
}https://try.jsonata.org/qUwOtT-pt

No comments:
Post a Comment