The files in this package implement JSON encoders/decoders in Java. It also includes the capability to convert between JSON and XML, HTTP headers, Cookies, and CDL. This is a reference implementation.
This milestone adds an asynchronous version of the toJSONObject method, which has the signature: toJSONObject(Reader reader, CallbackFunc func, Consumer exceptionConsumer) Where the callback function ...