GroupMembershipInfo.FromJson Method (JObject)

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

Syntax

GroupMembershipInfo.FromJson(JObject json)

Parameters

json
Newtonsoft.Json.Linq.JObject JSON object.

Returns

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