json-formatter
json-formatter copied to clipboard
Notice: Ongoing Refactor
A code refactor is going on, Further issues (except high priority ones) or feature requests will be implemented after the refactor is finish
What to expect from the refactor
- Better Development experience: with Vite bundler, hot reload while development, multi-browser support out of the box and more
- More organized codebase: JF was started as a hobby project, because I didn't find the alternatives better, but to get started quick, the codebase was not well organized, this refactor tries to fix those
- Better Release Flow: CI/CD deployment flow, per version tags and artifacts
- Type-Safe Code, with typescript
- Better Homepage and Documentation
The ongoing development is being done in the-great-refactor Branch