SpaceAllocation.FromJson Method (JObject)

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

Syntax

SpaceAllocation.FromJson(JObject json)

Parameters

json
Newtonsoft.Json.Linq.JObject JSON object.

Returns

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