Show HN: API for CRUD-ing JSON data(github.com)
github.com
Show HN: API for CRUD-ing JSON data
https://github.com/TimoKats/emmer
5 comments
Maybe a small comment then, even though it's meant for quick-and-easy storage, you could look into making this more scalable if it gets traction.
Nice. I like it also because SQL strings don't mix nicely with code, whereas an API like this does. Good job.
The API is based on your JSON structure. So the example below is for CRUD-ing [key1][key2] in file.json. The value (which can be anything) is then added to the body of the request. Moreover, there are helper functions for appending and incrementing values.