fromJSON

open fun fromJSON(jsonArray: JSONArray): Array<IndexSpec>

Return

IndexSpec[] from a JSONArray

Parameters

jsonArray

Throws


open fun fromJSON(json: JSONObject): IndexSpec

Return IndexSpec given JSONObject

Return

Parameters

json

Throws