Skip to content

Files

Latest commit

author
sqos
Feb 28, 2022
55c21ad · Feb 28, 2022

History

History
18 lines (13 loc) · 473 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 473 Bytes

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