Converts a XML string into a human readable format (pretty print) while respecting the xml:space attribute
The best of both JSON.stringify(obj)
and JSON.stringify(obj, null, indent)
.
Error parser to parse an error instance into a collection of frames
Pretty-print JSON data into HTML to indent and colorize (written in functional TypeScript)