SearchResult.FromJson Method (JObject)

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

Syntax

SearchResult.FromJson(JObject json)

Parameters

json
Newtonsoft.Json.Linq.JObject JSON object.

Returns

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