ipworksssl
Class JSONElement
java.lang.Object
ipworksssl.JSONElement
public class JSONElement
- extends java.lang.Object
An element contained within the JSON document.
This type describes a JSON element.
The elements are inserted into the array in the same order they are found in the document.
Name:
The Name field provides the local name of the element. For elements within an
array, the Name field will be empty.
XText:
This field contains the inner text of the element.
- See Also:
Atoms,
Atoms.JSONElement
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSONElement
public JSONElement()
getName
public java.lang.String getName()
getXText
public java.lang.String getXText()
Copyright (c) 2015 /n software inc. - All rights reserved.