BasicAccount.FromJson Method (JObject)

Creates a new instance of the BasicAccount class from a JSON object.

Syntax

BasicAccount.FromJson(JObject json)

Parameters

json
Newtonsoft.Json.Linq.JObject JSON object.

Returns

DotNetBox.BasicAccount Basic information about the account based on the JSON object’s data.