Json Nodes
Integrate JSON nodes in Blup for efficient data handling and API interactions within your app.
Last updated
Integrate JSON nodes in Blup for efficient data handling and API interactions within your app.
Last updated
{
"store": {
"book": [
{
"category": "reference",
"author": "Nigel Rees",
"title": "Sayings of the Century",
"price": 8.95
},
{
"category": "fiction",
"author": "Evelyn Waugh",
"title": "Sword of Honour",
"price": 12.99
},
],
"bicycle": {
"color": "red",
"price": 19.95
}
}
}