Merge branch 'master' into patch-1

This commit is contained in:
Bo-Yi Wu 2020-05-24 10:59:37 +08:00 committed by GitHub
commit c074d07713
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,9 +41,6 @@ type AsciiJSON struct {
Data interface{}
}
// SecureJSONPrefix is a string which represents SecureJSON prefix.
type SecureJSONPrefix string
// PureJSON contains the given interface object.
type PureJSON struct {
Data interface{}