deserialize

Deserialize a JSON Object to the specified aggregate D type.

More...
T
deserialize
(
T
)
(
JSONValue json
)
if (
isAggregateType!T
)

Parameters

json JSONValue

The JSON object to deserialize.

Detailed Description

Template Parameters

T = The type of data object.

Meta