Show / Hide Table of Contents

    JSON Functions

    Helper functions for handling JSON.

    Object Definition

    Object TypeCodeunit
    Object ID70327093
    Object NameQWETB JSON Functions

    Procedures

    Name Description
    GetBigInteger(JsonObject; Text): BigInteger Reads the value at Path and returns the value as BigInteger.
    GetBigInteger(JsonObject; Text; Boolean): BigInteger Reads the value at Path and returns the value as BigInteger.
    GetBoolean(JsonObject; Text): Boolean Reads the value at Path and returns the value as Boolean.
    GetBoolean(JsonObject; Text; Boolean): Boolean Reads the value at Path and returns the value as Boolean.
    GetByte(JsonObject; Text): Byte Reads the value at Path and returns the value as Byte.
    GetByte(JsonObject; Text; Boolean): Byte Reads the value at Path and returns the value as Byte.
    GetChar(JsonObject; Text): Char Reads the value at Path and returns the value as Char.
    GetChar(JsonObject; Text; Boolean): Char Reads the value at Path and returns the value as Char.
    GetDate(JsonObject; Text): Date Reads the value at Path and returns the value as Date.
    GetDate(JsonObject; Text; Boolean): Date Reads the value at Path and returns the value as Date.
    GetDateTime(JsonObject; Text): DateTime Reads the value at Path and returns the value as DateTime.
    GetDateTime(JsonObject; Text; Boolean): DateTime Reads the value at Path and returns the value as DateTime.
    GetDateTimeFromEpoch(JsonObject; Text): DateTime Reads the value at Path and returns the value as DateTime.
    GetDateTimeFromEpoch(JsonObject; Text; Boolean): DateTime Reads the value at Path and returns the value as DateTime.
    GetDecimal(JsonObject; Text): Decimal Reads the value at Path and returns the value as Decimal.
    GetDecimal(JsonObject; Text; Boolean): Decimal Reads the value at Path and returns the value as Decimal.
    GetDuration(JsonObject; Text): Duration Reads the value at Path and returns the value as Duration.
    GetDuration(JsonObject; Text; Boolean): Duration Reads the value at Path and returns the value as Duration.
    GetGuid(JsonObject; Text): Guid Reads the value at Path and returns the value as Guid.
    GetGuid(JsonObject; Text; Boolean): Guid Reads the value at Path and returns the value as Guid.
    GetInteger(JsonObject; Text): Integer Reads the value at Path and returns the value as Integer.
    GetInteger(JsonObject; Text; Boolean): Integer Reads the value at Path and returns the value as Integer.
    GetJSONValue(JsonObject; Text; JsonValue; Boolean): Boolean Reads the value at Path and returns the value as JsonValue.
    GetJsonArray(Variant; Text): JsonArray Reads the value at Path and returns the value as JsonArray.
    GetJsonObject(Variant; Text): JsonObject Reads the value at Path and returns the value as JsonObject.
    GetText(JsonObject; Text): Text Reads the value at Path and returns the value as Text.
    GetText(JsonObject; Text; Boolean): Text Reads the value at Path and returns the value as Text.
    GetTime(JsonObject; Text): Time Reads the value at Path and returns the value as Time.
    GetTime(JsonObject; Text; Boolean): Time Reads the value at Path and returns the value as Time.
    GetVersion(JsonObject; Text): Version Reads the value at Path and returns the value as Version.
    GetVersion(JsonObject; Text; Boolean): Version Reads the value at Path and returns the value as Version.
    ReadFrom(Text): JsonObject Creates a JsonObject from text.

    This documentation is generated from Smart Toolbox v27.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX