markov v1.0.10 (2018-05-02T15:52:07Z)
Dub
Repo
JsonEncoder
markov
json
encoder
Undocumented in source.
struct
JsonEncoder (
T
) {
this
(bool pretty);
string
encode
(MarkovChain!T chain);
}
Constructors
this
this
(bool pretty)
Undocumented in source.
Members
Functions
encode
string
encode
(MarkovChain!T chain)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
markov
json
encoder
functions
encodeJSON
structs
JsonEncoder