Go

idiomatic codec and rpc lib for msgpack, cbor, json, etc. msgpack.org[Go]
Alternatives To Go
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Json35,0278a day ago11August 22, 2022100mitC++
JSON for Modern C++
Go1,7195,2982,2483 months ago62February 26, 20221mitGo
idiomatic codec and rpc lib for msgpack, cbor, json, etc. msgpack.org[Go]
Json522
a month ago7mitC++
C++ header-only JSON library
Restish487
11 days ago35May 02, 202225mitGo
Restish is a CLI for interacting with REST-ish HTTP APIs with some nice features built-in
Muon170
5 months ago2apache-2.0Python
µON - a compact and simple binary object notation
Rpc.py161
6 months ago13March 31, 2022apache-2.0Python
A fast and powerful RPC framework based on ASGI/WSGI.
Objconv456125 years ago2September 10, 20185mitGo
A Go package exposing encoder and decoders that support data streaming to and from multiple formats.
Keyring33172 years ago24February 04, 20209mitJavaScript
Blockchain Tools
Keripy29
a month ago7apache-2.0Python
Python Implementation of the KERI Core Libraries
Cbor Ruby28
4 years ago3C
CBOR (RFC 7049) extension for Ruby
Alternatives To Go
Select To Compare


Alternative Project Comparisons
Readme

Sourcegraph Build and Test go-codec codecov Go Reference rcard License

go-codec

This repository contains the go-codec library, the codecgen tool and benchmarks for comparing against other libraries.

This is a High Performance, Feature-Rich Idiomatic Go 1.4+ codec/encoding library for binary and text formats: binc, msgpack, cbor, json and simple.

It fully supports the legacy GOPATH and the new go modules modes.

Code Organization and Module Support

This repository consists of 4 modules:

  • github.com/ugorji/go/codec README
  • github.com/ugorji/go/codec/codecgen (requires github.com/ugorji/go/codec) README
  • github.com/ugorji/go/codec/bench (requires github.com/ugorji/go/codec) README
  • github.com/ugorji/go (requires github.com/ugorji/go/codec)

For encoding and decoding, the github.com/ugorji/go/codec module is sufficient.

To install:

go get github.com/ugorji/go/codec

The other modules exist for specific uses, and all require github.com/ugorji/go/codec

Popular Cbor Projects
Popular Msgpack Projects
Popular Data Formats Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Go
Readme
Rpc
Codec
Msgpack
Cbor