good morning!!!!

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

validate

parent c88acc49
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ var jzon = jsoniter.Config{ ...@@ -18,7 +18,7 @@ var jzon = jsoniter.Config{
DisallowUnknownFields: false, DisallowUnknownFields: false,
TagKey: "", TagKey: "",
OnlyTaggedField: false, OnlyTaggedField: false,
ValidateJsonRawMessage: false, ValidateJsonRawMessage: true,
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