read

Works like safe but return T instead of SafeValue!T and throw an exception if something goes wrong (can't convert value or can't find key)

pure
T
read
(
T
)
(
in JSONValue json
,
in string path = ""
)

Meta