Skip navigation links
A C G I J M N P S 

G

get(int) - Method in class JsonFse.JsonObj
Gets the pair with index idx of the JSON object.
get(int) - Method in class JsonFse.Node
If the node is of type NodeObj or NodeArray get() delivers the element with index idx.
get(int) - Method in class JsonFse.NodeArray
 
get(int) - Method in class JsonFse.NodeElements
 
get(int) - Method in class JsonFse.NodeMembers
Returns the NodePair element with the given index from mPairList.
get(int) - Method in class JsonFse.NodeObj
Returns the element with index idx from mNodeMembers.
getAsBoolean() - Method in class JsonFse.NodeFalse
Returns the value as an boolean value.
getAsInt() - Method in class JsonFse.NodeNumber
Returns the value as an int value.
getAsString() - Method in class JsonFse.JsonObj
Returns the JSON tree as formatted string.
getAsString() - Method in class JsonFse.Node
 
getAsString(int, boolean) - Method in class JsonFse.Node
Delivers recursively a node and all of its children as a formatted string.
getAsString(int, boolean) - Method in class JsonFse.NodeArray
 
getAsString(int, boolean) - Method in class JsonFse.NodeElements
 
getAsString(int, boolean) - Method in class JsonFse.NodeFalse
 
getAsString(int, boolean) - Method in class JsonFse.NodeMembers
 
getAsString(int, boolean) - Method in class JsonFse.NodeNull
 
getAsString(int, boolean) - Method in class JsonFse.NodeNumber
 
getAsString(int, boolean) - Method in class JsonFse.NodeObj
 
getAsString(int, boolean) - Method in class JsonFse.NodePair
 
getAsString(int, boolean) - Method in class JsonFse.NodeString
 
getAsString(int, boolean) - Method in class JsonFse.NodeTrue
 
getAsStrippedString() - Method in class JsonFse.Node
In JSON all strings are surrounded by quotation marks.
getAsStrippedString() - Method in class JsonFse.NodeString
In JSON all strings are surrounded by quotation marks.
getErrMsg() - Method in exception JsonFse.ParseErrorEx
Returns a multi line error message string with the original string to parse in the first line and a pointer where the error was detected in the second line and the error in the last line.
getErrPos() - Method in exception JsonFse.ParseErrorEx
Returns the error position in the JSON object.
getErrStr() - Method in exception JsonFse.ParseErrorEx
Returns the error message.
getNext() - Method in class JsonFse.JsonObj
Gets the next pair in the JSON object.
getNext() - Method in class JsonFse.Node
If the node is of type NodeObj or NodeArray getNext() delivers the next element (of type NodePair or NodeValue).
getNext() - Method in class JsonFse.NodeArray
 
getNext() - Method in class JsonFse.NodeElements
Returns the next NodeValue element from mValueList.
getNext() - Method in class JsonFse.NodeMembers
Returns the next NodePair element from mPairList, incrementing mIdx afterwards.
getNext() - Method in class JsonFse.NodeObj
Returns the next NodePair element from mNodeMembers.
getNodeObj() - Method in class JsonFse.JsonObj
Returns the root node of the JSON tree.
getString() - Method in class JsonFse.NodePair
 
getValue(String) - Method in class JsonFse.JsonObj
Gets the value of the pair with the string (i. e. the label) given in the parameter.
getValue(String) - Method in class JsonFse.NodeObj
Gets the value of the pair with the string (i. e. the label) given in the parameter.
getValue() - Method in class JsonFse.NodePair
 
getValueAsString(String) - Method in class JsonFse.JsonObj
Gets the value of the pair with the string (i. e. the label) given in the parameter and converts it to a string.
A C G I J M N P S 
Skip navigation links