SkJsonExport

@Serializable
data class SkJsonExport(val label: String, val graphs: List<SkJsonGraph>)(source)

Kotlinx-serializable data model for JSON export as specified in json-tasks.md.

Constructors

Link copied to clipboard
constructor(label: String, graphs: List<SkJsonGraph>)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Serialize this export to a JSON string.