Changes

182 bytes added ,  13:48, 31 March 2022
no edit summary
Line 1: Line 1: −
This action enables structured data in JSON format to be parsed into a MacroDroid dictionary variable.
+
This action enables structured data in JSON format from a String variable to be parsed into a MacroDroid Dictionary variable. It will typically be used in conjunction with the [[Action: HTTP Request|HTTP Request]] action which will save the JSON data into a string ready to be parsed.
    
[https://en.wikipedia.org/wiki/JSON JSON] data is a widely used format by many Web APIs to provide data in a structured/nested format. A typical example of such data is below:
 
[https://en.wikipedia.org/wiki/JSON JSON] data is a widely used format by many Web APIs to provide data in a structured/nested format. A typical example of such data is below: