- __anonymous
mixin BEGIN
Undocumented in source.
- __anonymous
mixin DESC!"read the data from json file"
Undocumented in source.
- __anonymous
mixin VERSION!"0.0.1"
Undocumented in source.
- __anonymous
mixin DEF_ARG!("fileName", string, Desc_d!"the file name you want to parse")
Undocumented in source.
- __anonymous
mixin DEF_ARG!("key", string, Optional_d, Desc_d!"the key of the json object")
Undocumented in source.
- __anonymous
mixin DEF_OPT!("mode", string, "-m <mode>", Desc_d!"set the parsing mode", Choices_d!("doNotEscapeSlashes", "escapeNonAsciiChars", "none", "specialFloatLiterals", "strictParsing"), Default_d!"none")
Undocumented in source.
- __anonymous
mixin DEF_OPT!("pretty", bool, "-p", Desc_d!"set the output is human readable", Negate_d!("-P", "disable pretty output"))
Undocumented in source.
- __anonymous
mixin END
Undocumented in source.