antonholmquist / jason

Easy-to-use JSON Library for Go

Home Page:http://godoc.org/github.com/antonholmquist/jason

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove "idiomatic" from the repo description

adammck opened this issue · comments

While this library does present an interesting and totally valid alternative, it's not idiomatic at all. The most common approach (by far) is to just use the encoding/json package. This includes parsing arbitrary data, as detailed in the JSON and Go blog post.

Well, yes. I favoured easy-to-use before fully idiomatic. The reason I wrote idiomatic was because I made some design choices that were more idiomatic than some other libraries I used, but I agree with you. The readme is updated.

3873cc1