tiemster

↗ HN profile [ 36.9 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Self-hosted API for CRUD-ing JSON data in GO. No setup required. Perfect for quick data storage tasks (or e.g. mocking an API). The API is based on your JSON structure. So the example below is for CRUD-ing [key1][key2]…

  2. For purely selfish needs, I created a self-hosted API for CRUD-ing JSON data in GO. Optimized for simplicity and interoperability. Perfect for small personal projects. The API is based on your JSON structure. So the…