Skip to content

LonelyTomm/gson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GSON simple golang json encoder/decoder

Simple light-weigth json encoder/decoder, that operates on interface{} types

Methods

gson.Decode(runes []rune) (interface{}, error)

Accepts slice of runes and returns []interface{} or map[string]interface{} in case of success or nil, error in case of failure

gson.Encode(source interface{}) string

Encodes provided interface{} to json string, interface{} should be either []interface{} or map[string]interface{}

About

golang json parser/serializer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages