{ "0": { "name": "string_name", "light": "string_light", "temperature": "string_temp_value", "plants": [ { "name": "plant1", "img": "URL1" }, { "name": "plant2", "img": "URL2" }, { "name": "plant3", "img": "URL3" } ] }, "1": { "name": "string_name", "light": "string_light", "temperature": "string_temp_value", "plants": [ { "name": "plant1", "img": "URL1" }, { "name": "plant2", "img": "URL2" }, { "name": "plant3", "img": "URL3" } ] }, "2": { "name": "string_name", "light": "string_light", "temperature": "string_temp_value", "plants": [ { "name": "plant1", "img": "URL1" }, { "name": "plant2", "img": "URL2" }, { "name": "plant3", "img": "URL3" } ] } }