In JSON you can determine the type of the parsed value by looking at just their
first character. In Hjson if you follow a valid JSON number/bool/null with certain other
characters it will turn into a quoteless string. This function checks whether parsed
value turns into a quoteless string by looking at the following characters.
In JSON you can determine the type of the parsed value by looking at just their first character. In Hjson if you follow a valid JSON number/bool/null with certain other characters it will turn into a quoteless string. This function checks whether parsed value turns into a quoteless string by looking at the following characters.