Table of Contents

Class Utf8Json

Namespace
Concordium.Sdk.Types
Assembly
Concordium.Sdk.dll

Holds a uft8 encoded JSON structure.

public sealed record Utf8Json : IEquatable<Utf8Json>
Inheritance
Utf8Json
Implements
Inherited Members

Constructors

Utf8Json(byte[])

Holds a uft8 encoded JSON structure.

public Utf8Json(byte[] Bytes)

Parameters

Bytes byte[]

Bytes which holds the utf8 encoded JSON.

Properties

Bytes

Bytes which holds the utf8 encoded JSON.

public byte[] Bytes { get; init; }

Property Value

byte[]

Methods

ToString()

Returns the utf8 encoded JSON structure as a string.

public override string ToString()

Returns

string

JSON formatted string