Defaults to JsonMode.RELAXED
public boolean isIndent()
The indentation mode. If true, output will be indented. Otherwise, it will all be on the same line. The default value is false
.
()
The new line character(s) to use if indent mode is enabled. The default value is System.getProperty("line.separator")
.
()
The indent characters to use if indent mode is enabled. The default value is two spaces.
The output mode to use. The default value is JSONMode.RELAXED}.
public int getMaxLength()
The maximum length of the JSON string. The string will be truncated at this length.
A converter from BSON Null values to JSON.
A converter from BSON String values to JSON.
A converter from BSON Binary values to JSON.
A converter from BSON Boolean values to JSON.
A converter from BSON DateTime values to JSON.
A converter from BSON Double values to JSON.
A converter from BSON Int32 values to JSON.
A converter from BSON Int64 values to JSON.
A converter from BSON Decimal128 values to JSON.
A converter from BSON ObjectId values to JSON.
A converter from BSON RegularExpression values to JSON.
A converter from BSON Timestamp values to JSON.
A converter from BSON Symbol values to JSON.
A converter from BSON MinKey values to JSON.
A converter from BSON MaxKey values to JSON.
A converter from BSON Undefined values to JSON.
A converter from BSON JavaScript values to JSON.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4