Package | Description |
---|---|
org.javasimon.console.json |
Simplified JSON serializer used for Ajax communication and the REST API
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayJS
JavaScript Array.
|
class |
ObjectJS
JavaScript Object.
|
class |
SimpleJS<T>
JavaScript simple type.
|
Modifier and Type | Method and Description |
---|---|
AnyJS |
ObjectJS.getAttribute(String name) |
Modifier and Type | Method and Description |
---|---|
List<AnyJS> |
ArrayJS.getElements()
Gets elements of the array.
|
Modifier and Type | Method and Description |
---|---|
void |
ArrayJS.addElement(AnyJS element)
Adds an element in the array.
|
void |
ObjectJS.setAttribute(String name,
AnyJS value) |
Constructor and Description |
---|
ArrayJS(List<AnyJS> elements) |
Copyright © 2019. All rights reserved.