tools
tools copied to clipboard
JSON Formatting
Goal
Support formatting JSON documents
Tasks
- [x] Literal formatting
- [ ] Object formatting
- [ ] Array formatting
(No comments, yay)
This issue is stale because it has been open 14 days with no activity.
Hi @MichaReiser I have been reading rome codebase for 2 weeks now. Can I work on this?
Hi @MichaReiser I have been reading rome codebase for 2 weeks now. Can I work on this?
Not yet. The JSON parser isn't implemented yet, and there's some infrastructure that must be set up. I'll be working on the JSON parsing in the next few weeks, hopefully, it will be ready by December to start implementing JSON formatting.
ok, let me know if I could be of any help in implementing JSON parsing.
Hi @MichaReiser I have been reading rome codebase for 2 weeks now. Can I work on this?
@dhrjarun: @denbezrukov is setting up the test infra in #3913 and you could implement array formatting after that PR lands (and @denbezrukov could work on objects)
Hi @MichaReiser I have been reading rome codebase for 2 weeks now. Can I work on this?
@dhrjarun: @denbezrukov is setting up the test infra in #3913 and you could implement array formatting after that PR lands (and @denbezrukov could work on objects)
Sure
And #3913 is merged. Thank you @denbezrukov for your amazing work