Versions in this module Expand all Collapse all v0 v0.0.2 Mar 6, 2018 v0.0.1 Feb 13, 2018 Changes in this version + var DefaultOptions = &Options + func NewOptions(json []byte, opts *Options) []byte + func Pretty(json []byte) []byte + func Ugly(json []byte) []byte + func UglyInPlace(json []byte) []byte + type Options struct + Indent string + Prefix string + SortKeys bool + Width int