DEV Community

Andrea Stagi
Andrea Stagi

Posted on

2 2

Announcing JSON {BIN} IT! service to store your JSON files

Since one of our favourite services to store JSON files went down (myjson.com), me and my pal @mino89 decided to write a new one by our own: that's how JSON {BIN} IT! was born 🦄

This service is ideal for hobbies projects, MVP and any other situation where you don't want to create a data storage. Using JSON {BIN} IT! is really straightforward, you can create a new JSON directly from the website or sending a POST request to the API endpoint

https://api.jsonbin.it/bins/

including the JSON you want to store in the body of the request.

{ "value" : 2000 }
Enter fullscreen mode Exit fullscreen mode

The response will be something like

{ "bin" : "l088fgWQ" }
Enter fullscreen mode Exit fullscreen mode

where bin is the id of your JSON that you can retrive sending a GET request to another API endpoint,

https://api.jsonbin.it/bins/:binid

{ "value" : 2000 }
Enter fullscreen mode Exit fullscreen mode

The service is still in beta version, is open source (https://github.com/jsonbinit) and there are some good first issues in the repositories, any contribution or suggestion would be appreciated!

AWS GenAI LIVE image

Real challenges. Real solutions. Real talk.

From technical discussions to philosophical debates, AWS and AWS Partners examine the impact and evolution of gen AI.

Learn more

Top comments (2)

Collapse
 
daviducolo profile image
Davide Santangelo

great job! Take a look at my service also datoji.dev

Collapse
 
astagi profile image
Andrea Stagi

Hey Davide! Thanks ❤️ our service is really simple, Datoji.dev looks great and full of awesome features! Looks great 👍

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay