```companion object { from(json: JsonObj...
# getting-started
b
Copy code
companion object {
          from(json: JsonObject): Class = //whatever
}