google / identity-toolkit-java-client

Google Identity Toolkit client library for Java
Apache License 2.0
37 stars 27 forks source link

Are two json libraries really needed? #33

Open acwwat opened 8 years ago

acwwat commented 8 years ago

The project uses both gson and json, although gson can probably do everything that json can. Is there any reason why both are needed, and if not, can json be removed so to reduce dependencies?

liujin-google commented 8 years ago

Good point. I think the dependency on org.json is unnecessary and can be dropped. Pull requests are welcome :)

acwwat commented 8 years ago

See pull request #39. Note that I list some concerns for review.