convert

Convert JSONValue into T scalar/array/assocarray value.

Parameters

value To

storage where to put converted JSONValue

json From

the data that is to be converted.

Return Value

Type: void

value

Throws

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

Meta