.JsonParse()
Description
Parameters
Usage
obj @= {a:1,b:2,c:3}
// setup the object
log obj.JsonParse()
// returns {a:1,b:2,c:3}
// returns the objectLast updated
obj @= {a:1,b:2,c:3}
// setup the object
log obj.JsonParse()
// returns {a:1,b:2,c:3}
// returns the objectLast updated