Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.