Expand description
JSON output rendering.
Emits structured JSON to stdout. Used when --format json is specified.
Functionsยง
- print_
json - Print a serializable value as JSON to stdout.
- print_
ndjson - Print a value as NDJSON (newline-delimited JSON).
JSON output rendering.
Emits structured JSON to stdout. Used when --format json is specified.