fast v0.3.0 (2015-10-12T17:18:18Z)
Home
Dub
Repo
Json.read
fast
json
Json
Reads a dynamic array off the JSON text.
string
read
(bool allowNull)
T
read
()
N
read
()
T
read
()
T
read
()
T
read
()
T
read
()
struct
Json
(uint vl = validateUsed, bool validateUtf8 = vl > trustedSource)
T
read
(
T
)
(
)
if
(
isDynamicArray
!
T
&&
!
isSomeString
!
T
)
if
(
vl
>
trustedSource
||
!
validateUtf8
)
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
Reads a dynamic array off the JSON text.