A B C D E F G H I J K L M N O P Q R S T U V W 

N

names() - Method in class org.json.JSONObject
Produce a JSONArray containing the names of the elements of this JSONObject.
next() - Method in class org.json.JSONTokener
Get the next character in the source string.
next(char) - Method in class org.json.JSONTokener
Consume the next character, and check that it matches a specified character.
next(int) - Method in class org.json.JSONTokener
Get the next n characters.
next() - Method in class org.vostok.json.converter.AbstractIterable
 
nextClean() - Method in class org.json.JSONTokener
Get the next char in the string, skipping whitespace.
nextString(char) - Method in class org.json.JSONTokener
Return the characters up to the next close quote character.
nextTo(char) - Method in class org.json.JSONTokener
Get the text up but not including the specified character or the end of line, whichever comes first.
nextTo(String) - Method in class org.json.JSONTokener
Get the text up but not including one of the specified delimiter characters or the end of line, whichever comes first.
nextValue() - Method in class org.json.JSONTokener
Get the next value.
nice - Variable in class org.vostok.json.JSONContext
 
NotYetDefinedException - Exception in org.vostok.json
 
NotYetDefinedException() - Constructor for exception org.vostok.json.NotYetDefinedException
Creates a new instance of NotYetDefinedException without detail message.
NotYetDefinedException(String) - Constructor for exception org.vostok.json.NotYetDefinedException
Constructs an instance of NotYetDefinedException with the specified detail message.
NULL - Static variable in class org.json.JSONObject
It is sometimes more convenient and less ambiguous to have a NULL object than to use Java's null value.
numberToString(Number) - Static method in class org.json.JSONObject
Produce a string from a Number.
A B C D E F G H I J K L M N O P Q R S T U V W