Skip to content

Maki-Daisuke/go-simplejson-decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-simplejson-decoder

A brain-dead simple json.Decoder wrapper for go-simplejson.

Usage

decoder := New(reader)
for {
    j, err = decoder.Decode()
    if err != nil {
        break
    }
    // Here, j is simplejson object.
    // You can access properties of JSON data simply!
    i := j.MustMap()["number"].MustInt()
    .
    .
    .
}

LICENCE

MIT License

Author

Daisuke (yet another) Maki

About

A brain-dead simple json.Decoder wrapper for go-simplejson.

Topics

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages