Companion

object Companion

Functions

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

Parses a Contributor from its RWPM JSON representation.

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

Creates a list of Contributor from its RWPM JSON representation.