json-iterator codec plugin for erpc
import (
"github.com/sqos/ejic"
"github.com/henrylee2cn/erpc/v6"
)
peer := erpc.NewPeer(erpc.PeerConfig{DefaultBodyCodec: ejic.JsoniterCodec{}.Name()})
NOTE: client and server should set DefaultBodyCodec with same configure
ejic is under Apache v2 License. See the LICENSE file for the full license text