Self-hosted API for CRUD-ing JSON data (for easy data storage)(github.com)
github.com
Self-hosted API for CRUD-ing JSON data (for easy data storage)
https://github.com/TimoKats/emmer
1 comments
Note, the API is written in GO and 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. Great for personal projects!