validateJSON

Validates a JSON string.

nothrow @safe
bool
validateJSON
(
ALLOC
T : const(char)[]
)
()

Parameters

text T

The string to load.

Return Value

Type: bool

true if verification failed

Meta