promkit
promkit copied to clipboard
[work-in-progress] Added pretty printing methods to JsonNode and JsonStream
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
- This is still a work in progress; I intend to add thorough unit test before we merge this as I've only done very basic manual tests