Package | Description |
---|---|
com.github.gwtd3.api |
Modifier and Type | Method and Description |
---|---|
JSON |
JSON.append(String propName,
boolean value) |
JSON |
JSON.append(String propName,
double value) |
JSON |
JSON.append(String propName,
String value) |
JSON |
JSON.appendNull(String propName) |
static JSON |
JSON.create() |
static JSON |
JSON.create(String propName,
boolean value) |
static JSON |
JSON.create(String propName,
double value) |
static JSON |
JSON.create(String propName,
String value) |
JSON |
JSON.enter(String propName)
Put a new
JSONObject into the given property and return the child
JSON builder. |
JSON |
JSON.exit() |
Constructor and Description |
---|
JSON(JSON json)
Create a new child instance of the given parent
|
Copyright © 2015 gwt-d3. All rights reserved.