Dimensions.FromJson Method (JObject)

Creates a new instance of the Dimensions class using a JSON object.

Syntax

Dimensions.FromJson(JObject json)

Parameters

json
Newtonsoft.Json.Linq.JObject JSON object.

Returns

DotNetBox.Dimensions A new instance of the Dimensions class based on the JSON object’s data.