Code: Select all
[
"saveObject",
"task8nv7a6o",
"{\"text\":\"tedrt227\",\"project\":\"projpfrzfw5\",\"sequel\":[],\"dl_created\":\"2023-08-16T03:34:14.000Z\",\"dl_deadline\":\"2024-01-20T11:24:51.000Z\"}"
]

Code: Select all
[
"saveObject",
"task8nv7a6o",
"{\"text\":\"tedrt227\",\"project\":\"projpfrzfw5\",\"sequel\":[],\"dl_created\":\"2023-08-16T03:34:14.000Z\",\"dl_deadline\":\"2024-01-20T11:24:51.000Z\"}"
]
Code: Select all
Dim a$(0)
LoadJSON(0, "test.json")
Value = JSONValue(0)
ExtractJSONArray(Value, a$())
ParseJSON(1, a$(2))
Debug ComposeJSON(1, #PB_JSON_PrettyPrint)Code: Select all
LoadJSON(0, "test.json")
Value = GetJSONElement(JSONValue(0), 2)
ParseJSON(1, GetJSONString(Value))
Debug ComposeJSON(1, #PB_JSON_PrettyPrint)
