← Standard library

JsonEntry

struct JsonEntry
import JsonEntry from Wax;

One object property key and its shared JSON value. Used by JSON object storage.

Json.wax:977

Members

keyfield

public string key

The property name.

Json.wax:981

valuefield

public json value

The property value, which can be JSON null or a shared container.

Json.wax:985

ToStringmethod

public fn ToString() : string

Provided by the compiler.

ToStringBuffermethod

public fn ToStringBuffer(StringBuilder builder) : int32

Provided by the compiler.

constructorconstructor

public constructor ()

Provided by the compiler.