A JSON.net extension to support JSON Path queries to return data as a json subset or a text value. The returned json can be used to deserialize into an OutSystems structure.
Use expressions such as:
Example: $.results[*].raw['systitle','sku'] Example: $.results[*].raw.sku Example: $..['sku']
Added method XMLtoJSON to convert XML data to JSON