parseQuotelessString

Parses a Hjson quoteless string.

string
parseQuotelessString
(
ref string hjson
)

Parameters

hjson string

Hjson being parsed. Must not contain leading whitespace. The beginning of the Hjson until the end of the parsed Hjson value is consumed.

Return Value

Type: string

The parsed string.

Throws

HjsonException if hjson starts with an invalid Hjson value. Invalid Hjson past the first valid value is not detected.

Meta