1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript2,078 forks (2,078 forks)batch import
featurehelp wanted
Repository metrics
- Stars
- 12,263 stars (12,263 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
Hi there,
Is there any option we can Beautify JSON if it has an issue as well. Like https://jsonlint.com
Thanks
Contributor guide
- Research direction
- Investigate how to parse JSON with errors and display it beautified, similar to jsonlint.com. Look into using a custom parser that captures formatting or using try catch with error location to reconstruct formatted output.
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Prerequisites
- JSONJavaScript