v1.30.0
Added JSONBytesIndent and JSONStringIndent (#147) JSONBytesIndent and JSONStringIndent return the JSON encoded array as bytes or strings respectively with indent applied. One important thing to note is that it will treat a nil slice as an empty slice to ensure that the JSON value return is always an array. See json.MarshalIndent for details.