ynqa / promkit

A toolkit for building interactive prompt in Rust
MIT License
237 stars 6 forks source link

[work-in-progress] Added pretty printing methods to JsonNode and JsonStream #27

Open anton-suprun opened 3 weeks ago

anton-suprun commented 3 weeks ago

Description

Adding a pretty_print method to JsonNode and JsonStream; we will be using this to create pretty printed json which will be used to be copied to the clipboard in jnv

TODO