fast ~master (2019-01-11T17:14:26Z)
Home
Dub
Repo
Json.read
fast
json
Json
Reads an enumeration off the JSON text.
string
read
(bool allowNull)
T
read
()
struct
Json
(uint vl = validateUsed, bool validateUtf8 = vl > trustedSource)
T
read
(
T
)
(
)
if
(
is
(
T
== enum)
)
if
(
vl
>
trustedSource
||
!
validateUtf8
)
N
read
()
T
read
()
T
read
()
T
read
()
T
read
()
T
read
()
bool
read
()
Meta
Source
See Implementation
fast
json
Json
aliases
opDispatch
constructors
this
functions
borrowString
keySwitch
opApply
read
readNull
skipValue
postblits
this(this)
properties
byKey
peek
singleKey
state
Reads an enumeration off the JSON text.