proxy.golang.org : github.com/prataprc/gson
Package gson provide a toolkit for JSON representation, collation and transformation. Package provides APIs to convert data representation from one format to another. Supported formats are: CBOR: Concise Binary Object Representation, CBOR, is based on RFC-7049 specification to encode golang data into machine friendly format. Following golang native types are supported: Types from golang's standard library and custom types provided by this package that can be encoded using CBOR: Package also provides an implementation for encoding JSON to CBOR and vice-versa: Json-Pointer: Package also provides a RFC-6901 (JSON-pointers) implementation. NOTE: Buffer supplied to APIs NewJson(), NewCbor(), NewCollate() should atleast be 128 bytes in size.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/prataprc/gson
License: MIT
Latest release: about 4 years ago
First release: about 4 years ago
Namespace: github.com/prataprc
Last synced: 5 months ago