Name.FromJson Method (JObject)

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

Syntax

Name.FromJson(JObject json)

Parameters

json
Newtonsoft.Json.Linq.JObject JSON object.

Returns

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