- JSONDeserializationException - Exception in net.lecousin.framework.json
-
Error during JSON Deserialization.
- JSONDeserializationException(String) - Constructor for exception net.lecousin.framework.json.JSONDeserializationException
-
Constructor.
- JSONDeserializationException(String, Throwable) - Constructor for exception net.lecousin.framework.json.JSONDeserializationException
-
Constructor.
- JSONDeserializer - Class in net.lecousin.framework.json
-
JSON Deserializer.
- JSONDeserializer() - Constructor for class net.lecousin.framework.json.JSONDeserializer
-
Constructor.
- JSONDeserializer(Charset) - Constructor for class net.lecousin.framework.json.JSONDeserializer
-
Constructor.
- JSONParser - Class in net.lecousin.framework.json
-
Parse a JSON value from a character stream.
The returned object may be one of:
A Map<String, Object> for an object structure
A List<Object> for an array
A String
A Number
A Boolean
null
Any spaces at the beginning of the stream are ignored.
- JSONParser(ICharacterStream.Readable.Buffered, byte) - Constructor for class net.lecousin.framework.json.JSONParser
-
Constructor.
- JSONParsingException - Exception in net.lecousin.framework.json
-
Error while parsing a JSON value.
- JSONParsingException(String) - Constructor for exception net.lecousin.framework.json.JSONParsingException
-
Constructor.
- JSONParsingException(String, Throwable) - Constructor for exception net.lecousin.framework.json.JSONParsingException
-
Constructor.
- JSONReaderAsync - Class in net.lecousin.framework.json
-
Asynchronous JSON parser, streaming parsing events in a similar way as XMLStreamEventsAsync.
- JSONReaderAsync(IO.Readable, Charset) - Constructor for class net.lecousin.framework.json.JSONReaderAsync
-
Constructor.
- JSONReaderAsync(IO.Readable.Buffered, Charset) - Constructor for class net.lecousin.framework.json.JSONReaderAsync
-
Constructor.
- JSONReaderAsync(ICharacterStream.Readable.Buffered) - Constructor for class net.lecousin.framework.json.JSONReaderAsync
-
Constructor.
- JSONReaderAsync(BufferedReadableCharacterStreamLocation) - Constructor for class net.lecousin.framework.json.JSONReaderAsync
-
Constructor.
- JSONReaderAsync.EventType - Enum in net.lecousin.framework.json
-
Type of events.
- JSONSerializer - Class in net.lecousin.framework.json
-
Serialize an object into JSON.
- JSONSerializer() - Constructor for class net.lecousin.framework.json.JSONSerializer
-
Constructor.
- JSONSerializer(Charset, boolean) - Constructor for class net.lecousin.framework.json.JSONSerializer
-
Constructor.
- JSONSerializer(Charset, int, boolean) - Constructor for class net.lecousin.framework.json.JSONSerializer
-
Constructor.
- JSONSpecWriter - Class in net.lecousin.framework.json
-
Generate JSON schema (http://json-schema.org/).
- JSONSpecWriter() - Constructor for class net.lecousin.framework.json.JSONSpecWriter
-
Constructor.
- JSONSpecWriter(boolean) - Constructor for class net.lecousin.framework.json.JSONSpecWriter
-
Constructor.
- JSONSpecWriter(Charset) - Constructor for class net.lecousin.framework.json.JSONSpecWriter
-
Constructor.
- JSONSpecWriter(Charset, boolean) - Constructor for class net.lecousin.framework.json.JSONSpecWriter
-
Constructor.
- JSONSpecWriter(Charset, int) - Constructor for class net.lecousin.framework.json.JSONSpecWriter
-
Constructor.
- JSONSpecWriter(Charset, int, boolean) - Constructor for class net.lecousin.framework.json.JSONSpecWriter
-
Constructor.
- JSONSpecWriter(JSONWriter) - Constructor for class net.lecousin.framework.json.JSONSpecWriter
-
Constructo.
- JSONWriter - Class in net.lecousin.framework.json
-
Generates a JSON structure.
- JSONWriter(IO.Writable.Buffered, boolean) - Constructor for class net.lecousin.framework.json.JSONWriter
-
Constructor.
- JSONWriter(IO.Writable.Buffered, Charset, boolean) - Constructor for class net.lecousin.framework.json.JSONWriter
-
Constructor.
- JSONWriter(ICharacterStream.Writable.Buffered, boolean) - Constructor for class net.lecousin.framework.json.JSONWriter
-
Constructor.