Skip to content
/ tson Public
forked from cia-rana/tson

JSON parser for Go that is able to change time format flexibly

Notifications You must be signed in to change notification settings

go-utils/tson

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tson

tson is a JSON parser for Go that is able to change the time format flexibly.

Installation

$ go get github.com/go-utils/tson

Usage

The way of use a function tson.Unmarshal is the same as a function json.Unmarshal; however, you can change the time format to parse JSON into an object with a function tson.ChangeLayout before parsing. See example for detail.

License

MIT

About

JSON parser for Go that is able to change time format flexibly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%