• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.travis.ymlH A D15-Sep-2015131

LICENSEH A D15-Sep-20151,023

README.mdH A D15-Sep-2015335

simplejson.goH A D15-Sep-20159.9 KiB

simplejson_go10.goH A D15-Sep-20152 KiB

simplejson_go10_test.goH A D15-Sep-20151.9 KiB

simplejson_go11.goH A D15-Sep-20152.3 KiB

simplejson_go11_test.goH A D15-Sep-20152.4 KiB

simplejson_test.goH A D15-Sep-20156.2 KiB

README.md

1### go-simplejson
2
3a Go package to interact with arbitrary JSON
4
5[![Build Status](https://secure.travis-ci.org/bitly/go-simplejson.png)](http://travis-ci.org/bitly/go-simplejson)
6
7### Importing
8
9    import github.com/bitly/go-simplejson
10
11### Documentation
12
13Visit the docs on [gopkgdoc](http://godoc.org/github.com/bitly/go-simplejson)
14