SmartDroidDeveloper / google-api-java-client

Automatically exported from code.google.com/p/google-api-java-client
0 stars 0 forks source link

Pluggable JSON library #88

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
External references, such as a standards document, or specification?

N/A

Java environments (e.g. Java 6, Android 2.2, App Engine 1.3.7, or All)?

All.

Please describe the feature requested.

Currently we are using the Jackson library because it is currently known as the 
fastest JSON library.  However, developers may prefer to use a different JSON 
library.  For example GSON provides a light-weight streaming parser that may be 
preferred on mobile devices such as Android.  Therefore, we should provide a 
pluggable JSON library abstraction much like we do for the low-level HTTP 
library.

Original issue reported on code.google.com by yan...@google.com on 24 Dec 2010 at 1:34

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 7 Jan 2011 at 3:32

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 8 Jan 2011 at 6:42