go-simplejson icon indicating copy to clipboard operation
go-simplejson copied to clipboard

a Go package to interact with arbitrary JSON

Results 34 go-simplejson issues
Sort by recently updated
recently updated
newest added

I want to use [Sourcegraph](https://sourcegraph.com) for go-simplejson code search, browsing, and usage examples. Can an admin enable Sourcegraph for this repository? Just go to https://sourcegraph.com/github.com/bitly/go-simplejson. (It should only take 30...

Edit: No point in closing and re-opening the pull request, I'll just generalize this one. So, I have a few suggestions for the next version of the API: API bloat...

I find the `Must*` methods to be fairly misleading. In the standard library a `Must` prefix implies that when the underlying function/method returns an error a runtime panic will be...

When call "Set" to a new JsonObj with the value is a *simple.Json, the new JsonObj will not able to get the value in the specific *simple.Json, have to cast...