i want to get simple one value from a json data row.
// json: {"id":1,"name":"test1","price":"$1"}
var id = JSON.stringify(row).id;
but it doesnt work. Has anyone an idea ?
try this.
JSON.stringify(row, ["id"])
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With