rpc/protocol/json/constants.go

13 lines
183 B
Go
Raw Normal View History

2017-10-31 09:25:44 +00:00
package json
2018-03-23 03:22:16 +00:00
// import (
// jsoniter "github.com/json-iterator/go"
// )
// var json = jsoniter.ConfigCompatibleWithStandardLibrary
2017-10-31 09:25:44 +00:00
const (
2017-11-14 06:16:08 +00:00
Name = "jsonrpc"
2017-10-31 09:25:44 +00:00
Version = "2.0"
)