• API Overview
  • EBICS API
  • FinTS API
  • XS2A API
  • SEPA API
Search Results for

    Class JsonApiVersionObject

    Represents a JSON:API object.

    Inheritance
    System.Object
    JsonValue
    JsonObject
    JsonApiVersionObject
    Implements
    System.ICloneable
    Inherited Members
    JsonObject.ParseJson(String)
    JsonObject.ParseJson(Byte[])
    JsonObject.Parse(String)
    JsonObject.Parse(Byte[])
    JsonObject.HasOwnProperty(String)
    JsonObject.GetOwnPropertyNames()
    JsonObject.SetIfNotEmpty(String, JsonValue)
    JsonObject.GetIfNotEmpty(String)
    JsonObject.GetIfNotNaN<T>(String, T)
    JsonObject.GetBool(String)
    JsonObject.GetDateIfNotEmpty(String)
    JsonObject.GetUuidIfNotEmpty(String)
    JsonObject.SetUuidIfNotEmpty(String, Guid)
    JsonObject.OnCreateChildObject(String)
    JsonObject.OnCreateChildArray(String)
    JsonObject.OnAfterParseObject()
    JsonValue.Null
    JsonValue.Undefined
    JsonValue.JsonType
    JsonValue.Value
    JsonValue.Item[String]
    JsonValue.Item[Int32]
    JsonValue.ValueAsString
    JsonValue.ValueAsNumber
    JsonValue.ValueAsBoolean
    JsonValue.Load(TextReader)
    JsonValue.Load(Stream)
    JsonValue.Load(String)
    JsonValue.Save(TextWriter)
    JsonValue.Save(Stream)
    JsonValue.Save(String)
    JsonValue.ToByteArray()
    JsonValue.ToString()
    JsonValue.Clone()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Subsembly.Json
    Assembly: Subsembly.Json.dll
    Syntax
    public class JsonApiVersionObject : JsonObject, ICloneable

    Properties

    Meta

    Declaration
    public JsonObject Meta { get; }
    Property Value
    Type Description
    JsonObject

    Version

    Declaration
    public string Version { get; }
    Property Value
    Type Description
    System.String

    Implements

    System.ICloneable
    In This Article
    Back to top Copyright 2009-2025 Subsembly GmbH