Thursday, March 5, 2015

Which Json/JSON package I have to use?

Hi all,
I want to upgrade from 2.6.1 to 2.7.0 and I use autobeans to handle JSON data. Due to json-issues (like https://code.google.com/p/google-web-toolkit/issues/detail?id=8762) you moved/removed the org.json package and I have to reorg my imports.

I have three options to replace my old org.json.JSONObject import and I wonder which import I have to choose:

1) com.google.gwt.thirdparty.json.JSONObject (used by Autobean)
2) com.google.gwt.json.client.JSONObject
3) com.google.gwt.dev.json.JsonObject

Any Hints here?

Thanks
Alex

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment