fast ~master (2019-01-11T17:14:26Z)
Home
Dub
Repo
validateJSON
fast
json
Validates a JSON string.
void
validateJSON
(
T
:
const
(
char
)[]
)
(
T
text
)
Parameters
text
T
The string to load.
Throws
JSONException on validation errors.
Meta
Source
See Implementation
fast
json
enums
DataType
trustedSource
functions
parseJSON
parseJSONFile
parseTrustedJSON
parseTrustedJSONFile
validateJSON
validateJSONFile
structs
Json
JsonMapping
JsonParserState
Validates a JSON string.