Allows you to easily read JSON from a variable or directly from a web page.
It is highly recommended that if you first go through the Getting Started tutorial for a quick look on how to read JSON values into Tasker very easily.
As a quick guide follow these tips:
You can use JSON data or a direct URL in the Json field
The easiest way to read a JSON field is to simply set Fields to its name
If you want to get multiple values for a field use () after the name of the field; ie: name()
If there is more than 1 field with the same name in the JSON structure, disable simple mode and write the whole path of the field in the Fields field; ie: people.name()