Search Results for

    Class Decoder

    Inheritance
    object
    Decoder
    Implements
    IDisposable
    Inherited Members
    object.GetType()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: RedLoader.TinyJSON
    Assembly: RedLoader.dll
    Syntax
    public sealed class Decoder : IDisposable

    Methods

    Decode(string)

    Declaration
    public static Variant Decode(string jsonString)
    Parameters
    Type Name Description
    string jsonString
    Returns
    Type Description
    Variant

    Dispose()

    Declaration
    public void Dispose()

    Implements

    IDisposable