A fun little service to turn CSVs into JSON arrays of objects.
Find a file
2022-05-09 13:01:31 -07:00
csv-to-json chore: fix README typo :( 2022-05-09 13:01:31 -07:00
web-client feat(web-client): implement a basic web client 2022-05-08 23:45:18 -07:00
.editorconfig feat(web-client): implement a basic web client 2022-05-08 23:45:18 -07:00
README.md chore: update root README to link to package folders instead of READMEs 2022-05-09 11:40:25 -07:00

csv-to-json

A http2-capible web server and web client for transforming CSVs into an array of JSON objects.

See csv-to-json for the server implementation, and web-client.