dlsplus ~master (2021-10-07T21:43:54.9331894)
Dub
Repo
TestClass
dls
util
json
Undocumented in source.
version(unittest)
class
TestClass {
int
integer
;
float
floating
;
string
text
;
int
[]
array
;
string
[
string
]
dictionary
;
TestStruct
testStruct
;
}
Members
Variables
array
int
[]
array
;
Undocumented in source.
dictionary
string
[
string
]
dictionary
;
Undocumented in source.
floating
float
floating
;
Undocumented in source.
integer
int
integer
;
Undocumented in source.
testStruct
TestStruct
testStruct
;
Undocumented in source.
text
string
text
;
Undocumented in source.
Meta
Source
See Implementation
dls
util
json
classes
TestClass
functions
convertFromJSON
convertToJSON
structs
TestStruct