libwasm ~master (2024-01-10T15:05:21Z)
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
(ALLOC, uint vl = validateUsed, bool validateUtf8 = vl > trustedSource)
nothrow @
trusted
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
destructors
~this
functions
borrowString
keySwitch
opApply
read
readNull
skipValue
postblits
this(this)
properties
byKey
hasError
peek
singleKey
state
Reads a dynamic array off the JSON text.