mirror of https://github.com/goccy/go-json.git
9 lines
116 B
Go
9 lines
116 B
Go
|
package encoder
|
||
|
|
||
|
type Option struct {
|
||
|
HTMLEscape bool
|
||
|
Indent bool
|
||
|
UnorderedMap bool
|
||
|
Debug bool
|
||
|
}
|