from

fun from(obj: JSONObject): KnownAvailProject?

Answer a KnownAvailProject from the provided JSONObject.

Return

The KnownAvailProject or null if malformed.

Parameters

obj

The JSONObject to extract data from.