Categorygithub.com/tiny-go/codec
repositorypackage
1.1.0
Repository: https://github.com/tiny-go/codec.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

codec

Build Status Report Card GoCover

Package contains a set of tools around data encoders/decoders

Installation

go get -u github.com/tiny-go/codec

Supported codecs

  • JSON (application/json)
  • XML (application/xml)
  • TEXT (text/plain)