CurryInfo: json-4.0.0 / JSON.Data.lookupName

definition:
lookupName :: String -> JObject -> Maybe JValue
lookupName name (JSONObject jo) = lookup name jo
demand:
argument 2
deterministic:
deterministic operation
documentation:
--- Retrieves the JSON value with a given name from a JSON object, if it exists.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,{JSONObject}) |-> {Just,Nothing}}
name:
lookupName
precedence:
no precedence defined
result-values:
{Just,Nothing}
signature:
String -> JObject -> Prelude.Maybe JValue
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term