MediaMetadata.FromJson Method (JObject)

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

Syntax

MediaMetadata.FromJson(JObject json)

Parameters

json
Newtonsoft.Json.Linq.JObject JSON object.

Returns

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