Json Stream
Types
Link copied to clipboard
interface Streamable
Functions
Link copied to clipboard
Begins encoding a new array.
Link copied to clipboard
Begins encoding a new object.
Link copied to clipboard
Returns true if this writer writes JSON that's safe for inclusion in HTML and XML documents.
Link copied to clipboard
Configure this writer to emit JSON that's safe for direct inclusion in HTML and XML documents.
Link copied to clipboard
Configure this writer to relax its syntax rules.
Link copied to clipboard
Writes a File (its content) into the stream
Serialises an arbitrary object as JSON, handling primitive types as well as Collections, Maps, and arrays.
Encodes
value
.