fromJson

Convert JSONValue into T scalar/array/assocarray value.

Parameters

json JSONValue

the data that is to be converted.

Return Value

Type: T

value

Throws

InvalidCastException when the type of value does not match stored data.

Meta