List of usage examples for com.google.gwt.jso JSObject json
public final JSONObject json()
From source file:org.fusesource.restygwt.client.RestMethod.java
License:Apache License
public RestMethod json(JSObject object) { this.wrapped.json(object.json()); return this; }