Team.FromJson Method (JObject)

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

Syntax

Team.FromJson(JObject json)

Parameters

json
Newtonsoft.Json.Linq.JObject JSON object.

Returns

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