Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 419 Bytes

JSONToCode.md

File metadata and controls

25 lines (18 loc) · 419 Bytes

JSONToCode

Main method of component. It convert JSON into 4D code.

Usage

$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)

Used by