defaultCheckpointJson
A preconfigured JSON instance for handling serialization and deserialization of checkpoint data.
This configuration aims to provide flexibility and readability by:
Enabling pretty printing of JSON for easier debugging and inspection.
Permitting deserialization of JSON with unknown keys, ensuring compatibility with extended or updated data structures.
Disabling explicit null representation in serialized JSON, resulting in more concise outputs.