Before ParseJSON, the JSONstring has to start with the name of used JSONVars "NewJSONObj". Therefor you need to modify "JSONString" after ComposeJSON. For example just add line like this before calling ParseJSON:
JSONString:=REPLACE(JSONString,'NewJSONObj',12,FIND(JSONString,'LocalJSONObj'));
Talk Topic about project #pro-json
Log in to post a comment.
Before ParseJSON, the JSONstring has to start with the name of used JSONVars "NewJSONObj". Therefor you need to modify "JSONString" after ComposeJSON. For example just add line like this before calling ParseJSON:
JSONString:=REPLACE(JSONString,'NewJSONObj',12,FIND(JSONString,'LocalJSONObj'));
Talk Topic about project #pro-json
Last edit: jclavier 2022-01-14