serialized ~master (2021-10-14T13:36:09Z)
Dub
Repo
JSONOutputToken
text
json
Encode
Undocumented in source.
struct
JSONOutputToken {
enum
Kind
;
Kind
kind
;
union
__anonymous
;
this
(Kind kind);
string
key
();
static
JSONOutputToken
key
(string key);
}
Constructors
this
this
(Kind kind)
Undocumented in source.
Members
Enums
Kind
enum
Kind
Undocumented in source.
Functions
key
string
key
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
key
JSONOutputToken
key
(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
Unions
__anonymous
union
__anonymous
Undocumented in source.
Variables
kind
Kind
kind
;
Undocumented in source.
Meta
Source
See Implementation
text
json
Encode
functions
encode
encodeJson
structs
JSONOutputToken