You've already forked json-iterator
mirror of
https://github.com/json-iterator/go.git
synced 2025-06-27 23:18:42 +02:00
#53 support escapeHtml
This commit is contained in:
@ -141,8 +141,8 @@ func Test_encode_object_contain_non_empty_interface(t *testing.T) {
|
||||
}
|
||||
|
||||
func Test_nil_non_empty_interface(t *testing.T) {
|
||||
DEFAULT_CONFIG.CleanEncoders()
|
||||
DEFAULT_CONFIG.CleanDecoders()
|
||||
ConfigOfDefault.CleanEncoders()
|
||||
ConfigOfDefault.CleanDecoders()
|
||||
type TestObject struct {
|
||||
Field []MyInterface
|
||||
}
|
||||
|
Reference in New Issue
Block a user