/ejic

erpc jsonter codec plugin

Primary LanguageGoApache License 2.0Apache-2.0

ejic

json-iterator codec plugin for erpc

Usage

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

License

ejic is under Apache v2 License. See the LICENSE file for the full license text