JSON Format

enum cardano_json_format_t

Enum representing the format of the JSON output.

This enum defines the possible formats for the JSON output, indicating whether it should be compact (no extra spaces or line breaks) or pretty (extra spaces and line breaks for readability).

Values:

enumerator CARDANO_JSON_FORMAT_COMPACT

Compact JSON format (no extra spaces or line breaks).

enumerator CARDANO_JSON_FORMAT_PRETTY

Pretty JSON format (extra spaces and line breaks for readability).