1
0
mirror of https://github.com/json-iterator/go.git synced 2025-04-20 11:28:49 +02:00
json-iterator/value_tests/raw_message_test.go

10 lines
119 B
Go
Raw Normal View History

2018-02-13 23:49:40 +08:00
package test
import "encoding/json"
func init() {
marshalCases = append(marshalCases,
json.RawMessage("{}"),
)
}