parse

fun parse(obj: JSONObject): SearchResponseV2_2?

Parse the provided JSONObject into a SearchResponseV2_2.

Return

The parsed SearchResponseV2_2 or null if none.

Parameters

obj

The JSON response JSONObject to parse.