JSON Context¶
-
enum cardano_json_context_t¶
Enum representing the current context of the JSON writer.
This enum defines the possible states of the JSON writer, indicating whether it is at the root level, inside an object, or inside an array.
Values:
-
enumerator CARDANO_JSON_CONTEXT_ROOT¶
The writer is at the root level (no context set).
-
enumerator CARDANO_JSON_CONTEXT_OBJECT¶
The writer is inside an object context.
-
enumerator CARDANO_JSON_CONTEXT_ARRAY¶
The writer is inside an array context.
-
enumerator CARDANO_JSON_CONTEXT_ROOT¶