4D LanguageCommands by themeJSONVersion: NextJSONJSON Parse ( jsonString : Text {; type : Integer}{; *} ) : anyJSON PARSE ARRAY ( jsonString ; array : Array )JSON Resolve pointers ( object : Object {; options : Object} ) : ObjectJSON Stringify ( value : Object, any {; *} ) : TextJSON Stringify array ( array : Text array, Real array, Boolean array, Pointer array, Object array {; *} ) : TextJSON TO SELECTION ( aTable : Table ; jsonArray : Text )JSON Validate ( vJson : Object ; vSchema : Object ) : ObjectSelection to JSON ( aTable : Table {; ...aField : Field}{; template : Object}) : Text