forked from bitly/go-simplejson
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
1 parent
0c96595
commit 81554b0
Showing
8 changed files
with
253 additions
and
437 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.idea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,10 @@ | ||
### go-simplejson | ||
# simplejson | ||
|
||
a Go package to interact with arbitrary JSON | ||
A Go package to interact with arbitrary JSON. Forked from bitly/go-simplejson. | ||
|
||
[![Build Status](https://secure.travis-ci.org/bitly/go-simplejson.png)](http://travis-ci.org/bitly/go-simplejson) | ||
Solves the following issues from the original library: | ||
|
||
### Importing | ||
- #25 (return *Json instead of interface{}) | ||
|
||
import github.com/bitly/go-simplejson | ||
- #15 (rename Must* methods) | ||
|
||
### Documentation | ||
|
||
Visit the docs on [gopkgdoc](http://godoc.org/github.com/bitly/go-simplejson) |
Oops, something went wrong.