JsonEntry
struct JsonEntryimport JsonEntry from Wax;One object property key and its shared JSON value. Used by JSON object storage.
Members
keyfield
public string keyThe property name.
valuefield
public json valueThe property value, which can be JSON null or a shared container.
ToStringmethod
public fn ToString() : stringProvided by the compiler.
ToStringBuffermethod
public fn ToStringBuffer(StringBuilder builder) : int32Provided by the compiler.
constructorconstructor
public constructor ()Provided by the compiler.