CurryInfo: json-4.0.0 / JSON.Data.fromJObject

definition:
fromJObject :: JObject -> [(String, JValue)]
fromJObject (JSONObject jo) = jo
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Extracts the list of name / JSON value pairs from a JSON object.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({JSONObject}) |-> _}
name:
fromJObject
precedence:
no precedence defined
result-values:
_
signature:
JObject -> [(String, JValue)]
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms