This library started life in SpeedTracer and now we want to pull it in to do some saving of performance analysis data in GWT. It is a non-translatable library for creating and parsing JSON.
There are a few things I'd like us to consider before accepting this patch as is: 1) The package is com.google.json Everything works as far as I can tell, but all other classes in gwt-dev are under com.google.gwt. There is already a com.google.gwt.json.client package which is meant for client side use only. 2) The classes might be useful as a part of gwt-servlet.jar. That would mean it would make more sense to place these classes in the user/src and user/test source paths. http://gwt-code-reviews.appspot.com/696801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
