JSON viewer which parse JSON string and display it in the JSON editor.
Having a valid JSON in the string format can be hard to modify. This app has been build to validate, parse and format json string and displaying the result JSON into the JSON editor.
https://json-string-viewer.netlify.com
- Validate json string
- Convert json string to JSON tree structure and format it
- Convert json string in the valid JSON to the JSON tree structure
- Download modified json string as a json string
- Download extracted and modified json string from a valid JSON as a new valid JSON
- Upload a JSON file
- Download a file with name of the uploaded file
yarn
yarn start:dev
After running the project just open your browser and go to http://localhost:8001
The project is tested by running unit/intergration (jest) and e2e (cypress) tests.
Run integration tests by
yarn test:watch
and e2e tests
yarn test:e2e:dev
For more information about the npm scripts, please check package.json.
Everyone is very welcome to contribute to this repository. Feel free to raise issues or to submit Pull Requests.
Licensed under MIT License.