The OpenD Programming Language

mir.deser.text

Ion Text Deserialization API

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

Modules

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