markov v1.0.10 (2018-05-02T15:52:07Z)
Dub
Repo
JsonDecoder
markov
json
decoder
Undocumented in source.
struct
JsonDecoder (
T
) {
MarkovChain
!
T
decode
(string input);
}
Members
Functions
decode
MarkovChain
!
T
decode
(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
markov
json
decoder
functions
decodeJSON
structs
JsonDecoder