mirror of
https://github.com/json-iterator/go.git
synced 2025-04-20 11:28:49 +02:00
10 lines
119 B
Go
10 lines
119 B
Go
|
package test
|
||
|
|
||
|
import "encoding/json"
|
||
|
|
||
|
func init() {
|
||
|
marshalCases = append(marshalCases,
|
||
|
json.RawMessage("{}"),
|
||
|
)
|
||
|
}
|