Details
Description
DeltaValueStoreJsonImpl in GWT currently has the following snippet which is a hack:
private static native JavaScriptObject getJsoResponse(String response) /*-
{ // TODO: clean this eval("xyz=" + response); return xyz; }-*/;
Ray: assigning it to you.