extract And Process
fun extractAndProcess(obj: JSONObject, then: (Type?, Throwable?) -> Unit)
Content copied to clipboard
Extract the Type from the provided JSONObject and pass it to the provided lambda.
Extract the Type from the provided JSONObject and pass it to the provided lambda.