Main method of component. It convert JSON into 4D code.
$codeAsString:=JSONToCode($jsonString)
For JSON String
{"array": [1, 2, 3], "bool": true}
the result will be
New object("array";New collection(1;2;3);"bool";True)
Main method of component. It convert JSON into 4D code.
$codeAsString:=JSONToCode($jsonString)
For JSON String
{"array": [1, 2, 3], "bool": true}
the result will be
New object("array";New collection(1;2;3);"bool";True)