mir.deser.text

Ion Text Deserialization API

Heavily influenced (and compatible) with upstream Ion implementations (compatible with ion-go)

Modules

readers
module mir.deser.text.readers
Undocumented in source.
skippers
module mir.deser.text.skippers
Undocumented in source.
tokenizer
module mir.deser.text.tokenizer
Undocumented in source.
tokens
module mir.deser.text.tokens
Undocumented in source.

Members

Functions

deserializeText
void deserializeText(T value, const(char)[] text)

Deserialize an Ion Text value to a D value.

deserializeText
T deserializeText(const(char)[] text)

Deserialize an Ion Text value to a D value.

Structs

IonTextDeserializer
struct IonTextDeserializer(Serializer)

Deserializer for the Ion Text format

Meta

Authors

Harrison Ford