CfParser.parseValue

CfNode * parseValue() @safe

Parses a value of any type.

Dispatches based on the current token type to parse primitives, objects, or arrays.

Returns

A pointer to the parsed CfNode.

Throws

CfParseException if an unexpected token is encountered.