about summary refs log tree commit diff stats
path: root/src/jsonf.lua
Commit message (Collapse)AuthorAgeFilesLines
* stop using tasks in start_reading/start_writingKartik K. Agaram2022-03-161-18/+10
| | | | | We just need queues/streams for file I/O. No need to complect concurrency concerns with them.
* zet.tlv: switch file reads to new APIKartik K. Agaram2022-03-071-2/+2
| | | | In the process I found a couple of bugs in parsing JSON string escapes.
* decode json from channelsKartik K. Agaram2022-03-061-0/+326