A fun little service to turn CSVs into JSON arrays of objects.
Find a file
2022-05-09 11:36:49 -07:00
csv-to-json feat(csv-to-json): use multipart/form-data encoding 2022-05-08 23:37:43 -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: add root README file 2022-05-09 11:36:49 -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.