Example usage for com.google.gwt.jso JSObject json

List of usage examples for com.google.gwt.jso JSObject json

Introduction

In this page you can find the example usage for com.google.gwt.jso JSObject json.

Prototype

public final JSONObject json() 

Source Link

Usage

From source file:org.fusesource.restygwt.client.RestMethod.java

License:Apache License

public RestMethod json(JSObject object) {
    this.wrapped.json(object.json());
    return this;
}