fromJson

Convert JSONValue into T scalar/array/assocarray value.

Parameters

value T

storage where to put converted JSONValue

json JSONValue

the data that is to be converted.

Return Value

Type: auto ref

value

Throws

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

Meta