hi,
jnr dev here and need help. I'm trying to get the value of the item name but because I am using JSON.stringify.split(":") I get Palony and not the full name. Is there a way to do this without changing the JSON.stringify.split portion?
Please help
jnr dev here and need help. I'm trying to get the value of the item name but because I am using JSON.stringify.split(":") I get Palony and not the full name. Is there a way to do this without changing the JSON.stringify.split portion?
Code:
{
"id": "12345",
"item_name": "Palony:Pork"
}
Please help