What is this?
This is a Full-featured JSON IDE for the developer's team to share and create or modify JSON centrally between multiple team members. You can use this tool to mock the server API call while server development ongoing to make parallel development possible.
What can you do here?
- You can create and modify JSON.
- It can format and validate JSON.
- It can present JSON in tree form for better understanding.
- It can assing name to shaved JSON to remamber with name.
- It can be your full featured JSON editor.
What can it do?
- You can share JSON via shared public link.
- You can download Prepared JSON.
- You can mock the API call with saved JSON in UI by sharing the the saved shared link.
- Search inside JSON.
- You can see and manage history of recently open and shaved JSON.
Notes
- Life time of JSON is 150 days from the last accessed date.
- Recent JSON are recently visited or created shared public links.
- Recent JSON reference stored in browser application storage.
- We are using JSON Blob API to store data
- You data is public. i.e. Some one can access your data via shared public link only there is no password or encryption.