Open davidlday opened 3 years ago
Create a more natural form of JSON from the queries. Should be something like:
{ "lists": [ { "name": "mylist", "tasks": [ { "title": "task 1", "dueDate": "", "priority": "0", "notes": "notes about this task", "secondsLeft": "" } ] } ]}
Create a more natural form of JSON from the queries. Should be something like: