mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-12 19:02:53 +08:00
16 lines
664 B
Markdown
16 lines
664 B
Markdown
|
## Feature:
|
||
|
|
||
|
- [ ] [YAML Support - #161](https://github.com/AykutSarac/jsoncrack.com/issues/161)
|
||
|
- [ ] [VS Code extension](https://github.com/AykutSarac/jsoncrack.com/discussions/130)
|
||
|
|
||
|
## Enhancements:
|
||
|
|
||
|
- [ ] Clear rewrite of [parsing algorithm](/src/utils/jsonParser.ts)
|
||
|
- [ ] Performance Optimization
|
||
|
- [ ] Fix `useInViewport` hook for performance
|
||
|
- [ ] Canvas should fit into view on click `Center` icon at toolbar
|
||
|
|
||
|
## Fix:
|
||
|
- [ ] Handle browser freezing while parsing JSON & painting DOM
|
||
|
- [ ] [Incorrect Arrow View - #155](https://github.com/AykutSarac/jsoncrack.com/issues/155)
|
||
|
- [ ] [Empty Nodes - #27](https://github.com/AykutSarac/jsoncrack.com/issues/27)
|