DEV Community

Vasanth V
Vasanth V

Posted on

jsonbox.io - A free HTTP based JSON Storage

jsonbox.io is a free HTTP based JSON store. It lets you store, read & modify JSON data over HTTP APIs. Ideal of small projects, prototypes or hackathons, where you don't have to spin up your own data store.

Check it out at https://jsonbox.io/

Its fully open-sourced at https://github.com/vasanthv/jsonbox

I would really appreciate if you can review and share your feedbacks with me.

Top comments (1)

Collapse
 
sergsoares_15 profile image
Sergio Soares

Awesome, very useful to Lab's in a daily work and possible to integration tests of legacy applications.

Thanks o/