Joel, any chance of you getting to this today? That would be huge. On Fri, Sep 24, 2010 at 1:15 PM, <[email protected]> wrote:
> Reviewers: jgw, rjrjr, > > Description: > GWT implementation of json2.js parse and stringify, plus removal of > json2.js dependency from RF. This is a slice of a much more ambitious > JSON library that unified client and server JSON APIs into a single > shared library. Thus, it is expected that this API is not final, and > will eventually be moved into another package. > > Currently, pure GWT only, does not attempt to delegate to native browser > JSON methods (which are full of browser-version dependant bugs). > > > Please review this at http://gwt-code-reviews.appspot.com/922801/show > > Affected files: > M user/src/com/google/gwt/requestfactory/client/impl/JsonResults.java > M user/src/com/google/gwt/requestfactory/client/impl/ProxyJsoImpl.java > A user/src/com/google/gwt/requestfactory/client/json/ClientJsonUtil.java > A user/src/com/google/gwt/requestfactory/client/json/JsonArrayContext.java > A user/src/com/google/gwt/requestfactory/client/json/JsonContext.java > A user/src/com/google/gwt/requestfactory/client/json/JsonException.java > A user/src/com/google/gwt/requestfactory/client/json/JsonMap.java > A user/src/com/google/gwt/requestfactory/client/json/JsonMapContext.java > A user/src/com/google/gwt/requestfactory/client/json/JsonVisitor.java > M user/test/com/google/gwt/requestfactory/RequestFactorySuite.java > A > user/test/com/google/gwt/requestfactory/client/json/ClientJsonUtilTest.java > > > -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
