tayloraswift / swift-json

high-performance json parsing and encoding for server applications
https://swiftinit.org/docs/swift-json
Apache License 2.0
75 stars 5 forks source link

add support for pretty-printing JSON #28

Open tayloraswift opened 2 years ago

tayloraswift commented 2 years ago

currently the library always emits JSON in minified form, which is good for production but terrible for debugging