I have wrotten this script in JSON and I put it through JSON builder and it says on the schedule line it is expecting string. Can someone tell me what I am doing wrong?
{
"ParentGroup": {
"group_id": "",
"group_name": "Group A",
"schedule": {
[
"start":"9",
"end":"10"
],
[
"start":"12",
"end":"13"
]
}
}
}
There are some great tools to verify json 🙂 eg. http://jsonformatter.curiousconcept.com/#jsonformatter
Depending on what you are trying to do, here is one solution for valid json: