RetailCommonWebAPI::getMapFromJsonString Method [AX 2012]
Decodes JSON-encoded object tree represented as a string
The object tree returned has the following structure: key - represents the name of the object value - is always a container containing one of the following: a) a string, when the object value is a plain string b) a List of object trees, when the object is an array c) an object tree, when the object value is a complex data structure
Show: