requireObject

  1. JSONObject requireObject(JSONValue value)
  2. T[string] requireObject(JSONValue object)
    T[string]
    requireObject
    (
    T
    )
    (
    JSONValue object
    )

Throws

JSONException when the value is not a JSON object with values of the required type.

Meta