GothenburgBitFactory / tasklib

A Python library for interacting with taskwarrior databases.
http://tasklib.readthedocs.org/en/latest/
BSD 3-Clause "New" or "Revised" License
147 stars 28 forks source link

Clarification Request: Is Serialization of query result to JSON possible? #122

Open jahagirdar opened 1 year ago

jahagirdar commented 1 year ago

I am developing a JS based web frontend for TW. and communicate with it via JSON. The document is not clear on whether the result of a query can be serialized to JSON. Please clarify.

smemsh commented 1 year ago

there is export_data() method if that's what you're looking for?