How might you take JSON output (e.g., from http://www.kinggary.com/tools/todoist-export.php) and strip the names to yield just the values from each pair, as CSV or human-friendly text? Want a more readable, human-editable backup of my friend’s data on todoist.com
How might you take JSON output (e.g., from http://www.kinggary.com/tools/todoist-export.php ) and strip the names
Share
Your example site generates XML for me, not JSON. In either case I’d probably reach for Ruby: