1
0
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:
Tao Wen
2017-06-21 18:25:37 +08:00
parent ff3c624fa9
commit caaa04195e
3 changed files with 90 additions and 37 deletions

View File

@ -49,6 +49,7 @@ var ConfigCompatibleWithStandardLibrary = Config{
}.Froze()
var ConfigFastest = Config{
EscapeHtml: false,
MarshalFloatWith6Digits: true,
}.Froze()