dbshell jsonoptions
Description
The jsonoptions
command sets the JSON output and displays the output
appropriately.
Parameters
jsonoptions Options | Description |
---|---|
--pretty |
Enables or disables pretty printing mode Value: Default: Pretty print mode displays the content of the documents as an indented
hierarchy of field/value pairs. For example, if the value is
|
--withtags , --withTags |
Enables or disables printing with extended JSON data type tags Value: Default: For example, if the value is
|
Syntax
jsonoptions --pretty <true|false>
jsonoptions --withTags <true|false>
Example
jsonoptions --pretty true
jsonoptions --withTags false