isPunctuator

Checks whether given dchar is a Hjson punctuator. Hjson quoteless strings may not start with a punctuator, and quoteless object keys may not contain any punctuators.

bool
isPunctuator
(
dchar c
)

Meta