Class JsonString
Class holding a string that will be transparently parsed or emitted when serialising from or to JSON.
Inheritance
System.Object
JsonString
Namespace: MediaBrowser.Model.Serialization
Assembly: MediaBrowser.Model.dll
Syntax
public class JsonString
Properties
Json
Declaration
public string Json { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()
Operators
Implicit(String to JsonString)
Declaration
public static implicit operator JsonString(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Type | Description |
---|---|
JsonString |