You've already forked json-iterator
mirror of
https://github.com/json-iterator/go.git
synced 2025-06-24 23:16:47 +02:00
#69 fix unicode support
This commit is contained in:
@ -49,6 +49,7 @@ var ConfigCompatibleWithStandardLibrary = Config{
|
||||
}.Froze()
|
||||
|
||||
var ConfigFastest = Config{
|
||||
EscapeHtml: false,
|
||||
MarshalFloatWith6Digits: true,
|
||||
}.Froze()
|
||||
|
||||
|
Reference in New Issue
Block a user