haystack.trio.encode

Haystack trio encoder.

Members

Enums

SortedKeys (from haystack.zinc.encode)
enum SortedKeys via public import haystack.zinc.encode : SortedKeys;

Flag for sorting columns names and dictionary keys alphabetically

Functions

encode
R encode(R writer, const(Dict) dict, SortedKeys sorted)

Encodes Dictas a Trio. Expects an OutputRange as writer.

trio
string trio(const(Dict) dict, SortedKeys sorted)

Encodes Dict to a Trio string

Meta

Authors

Radu Racariu