JSON

JSON (JavaScript Object Notation) serialization format

Note that only strings are supported for associative array keys in this format.

Members

Aliases

types
alias types = AliasSeq!".json"
Undocumented in source.

Manifest constants

emptyObject
enum emptyObject;
Undocumented in source.

Static functions

asString
string asString(T data)
Undocumented in source. Be warned that the author may not have intended to support it.
parseInput
T parseInput(U data)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta