CfParser.parseValue
CfNode * parseValue() @safeParses 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.