vibe-d v0.9.8-alpha.3 (2023-10-20T08:14:46Z)
Home
Dub
Repo
JsonStringSerializer.beginReadDictionaryEntry
index
vibe
data
json
JsonStringSerializer
Undocumented in source. Be warned that the author may not have intended to support it.
struct
JsonStringSerializer
(R, bool pretty = false)
static if
(
isInputRange!(R)
)
void
beginReadDictionaryEntry
(
Traits
)
(
string
name
)
if
(
isInputRange
!
R
||
isOutputRange
!(
R
,
char
)
)
Meta
Source
See Implementation
index
vibe
data
json
JsonStringSerializer
constructors
this
functions
beginReadArrayEntry
beginReadDictionaryEntry
beginWriteArray
beginWriteArrayEntry
beginWriteDictionary
beginWriteDictionaryEntry
endReadArrayEntry
endReadDictionaryEntry
endWriteArray
endWriteArrayEntry
endWriteDictionary
endWriteDictionaryEntry
getSerializedResult
readArray
readDictionary
readValue
skipValue
tryReadNull
writeStringSinkValue
writeValue
postblits
this(this)
templates
isJsonBasicType
isSupportedValueType