good morning!!!!

Skip to content
Snippets Groups Projects
Commit e9dce882 authored by a's avatar a
Browse files

skip validate, escape html

parent 90ee1629
No related branches found
No related tags found
No related merge requests found
...@@ -12,13 +12,13 @@ import ( ...@@ -12,13 +12,13 @@ import (
var jzon = jsoniter.Config{ var jzon = jsoniter.Config{
IndentionStep: 0, IndentionStep: 0,
MarshalFloatWith6Digits: false, MarshalFloatWith6Digits: false,
EscapeHTML: false, EscapeHTML: true,
SortMapKeys: false, SortMapKeys: false,
UseNumber: false, UseNumber: false,
DisallowUnknownFields: false, DisallowUnknownFields: false,
TagKey: "", TagKey: "",
OnlyTaggedField: false, OnlyTaggedField: false,
ValidateJsonRawMessage: true, ValidateJsonRawMessage: false,
ObjectFieldMustBeSimpleString: false, ObjectFieldMustBeSimpleString: false,
CaseSensitive: false, CaseSensitive: false,
}.Froze() }.Froze()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment