parseJSON

Loads a JSON string and validates the used parts. This includes a UTF-8 validation on strings.

nothrow
parseJSON
(
uint vl = validateUsed
T : const(char)[]
)
()

Parameters

text T

The string to load.

Return Value

Type: auto

A Json struct.

Meta