Companion

object Companion

Functions

Link copied to clipboard
fun fromJSON(json: Any?, warnings: WarningLogger? = null): Subject?

Parses a Subject from its RWPM JSON representation.

Link copied to clipboard
fun fromJSONArray(json: Any?, warnings: WarningLogger? = null): List<Subject>

Creates a list of Subject from its RWPM JSON representation.