from

fun from(obj: JSONObject): AvailJar?

Answer a AvailJar from the provided JSONObject.

Return

The AvailJar or null if malformed.

Parameters

obj

The JSONObject to extract data from.