| Package | Description |
|---|---|
| fr.opensagres.xdocreport.document.json |
| Modifier and Type | Class and Description |
|---|---|
class |
JSONArray
A JSONArray is an ordered sequence of values.
|
class |
JSONImage |
class |
JSONObject
Code modified for XDocReport (see "added by XDocReport" comment) :
JSONObject extends HashMap
A JSONObject is an unordered collection of name/value pairs.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
JSONObject.valueToString(Object value,
IJSONNode node)
Make a JSON text of an Object value.
|
static Object |
JSONObject.wrap(Object object,
IJSONNode node)
Wrap an object, if necessary.
|
Copyright © 2017. All Rights Reserved.