- end() - Method in class org.json.Scanner
- 
Determine if the scanner is at the end of the stream. 
- endArray() - Method in class org.json.JSONWriter
- 
End an array. 
- endObject() - Method in class org.json.JSONWriter
- 
End an object. 
- endStructure(Appendable) - Method in class org.json.write.NullStructureWriter
- 
Throws a JSONExceptionto indicate this writer can't write
 an end structure.
 
- endStructure(Appendable) - Method in class org.json.write.SimpleStructureWriter
- 
Throws a JSONExceptionto indicate this writer can't write
 an end structure.
 
- endStructure(Appendable) - Method in interface org.json.write.StructureWriter
- 
End the structure represented by this object, either a JSON Object
 or a JSON Array. 
- entity - Static variable in class org.json.XMLTokener
- 
The table of entity values. 
- entries(Map<?, ?>) - Method in class org.json.JSONWriter
- 
Append a sequence of keys and values in an object. 
- EQ - Static variable in class org.json.XML
- 
The Character '='. 
- equals(Object) - Method in class org.json.stream.BuilderLimits
-  
- escape(String) - Static method in class org.json.Cookie
- 
Produce a copy of a string in which the characters '+', '%', '=', ';'
 and control characters are replaced with "%hh". 
- escape(String) - Static method in class org.json.XML
- 
Replace special characters with XML escapes:
 
 &(ampersand) is replaced by&<(less than) is replaced by<>(greater than) is replaced by>"(double quote) is replaced by"