parseTrustedJSON

Load a JSON string that is considered 100% correct. No checks will be performed, not even if you try to read a number as a string.

nothrow
parseTrustedJSON
(
T : const(char)[]
)
()

Parameters

text T

The string to load.

Return Value

Type: auto

A Json struct.

Meta