You've already forked json-iterator
mirror of
https://github.com/json-iterator/go.git
synced 2025-06-15 22:50:24 +02:00
good enough indent implementation
This commit is contained in:
@ -175,5 +175,5 @@ func (adapter *AdaptedEncoder) Encode(val interface{}) error {
|
||||
}
|
||||
|
||||
func (adapter *AdaptedEncoder) SetIndent(prefix, indent string) {
|
||||
// not implemented yet
|
||||
adapter.stream.IndentionStep = len(indent)
|
||||
}
|
||||
|
Reference in New Issue
Block a user