Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 761 Bytes

File metadata and controls

24 lines (19 loc) · 761 Bytes

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)