bitly / go-simplejson

a Go package to interact with arbitrary JSON
MIT License
3.76k stars 498 forks source link

add jsonobject and jsonarray judgement #56

Open sillydong opened 8 years ago

sillydong commented 8 years ago

sometimes you need to judge whether a Json is JsonArray or JsonObject, you need this.