libwasm ~master (2024-01-10T15:05:21Z)
Dub
Repo
validateJSON
fast
json
Validates a JSON string.
nothrow @
safe
bool
validateJSON
(
ALLOC
T
:
const
(
char
)[]
)
(
T
text
)
Parameters
text
T
The string to load.
Return Value
Type:
bool
true if verification failed
Meta
Source
See Implementation
fast
json
enums
DataType
trustedSource
functions
parseJSON
parseTrustedJSON
serializationLength
serializeJSON
validateJSON
structs
Json
JsonMapping
JsonParserState
serialize
Validates a JSON string.