I have JSON data similar to the data below :
{ name: \'me\', transaction_no: 2432, items: [{id: 1, name: \'x\'}, {id: 2, name: \'y\'}] }
Wh