hjson-js
hjson-js copied to clipboard
Strings containing "#" will be treated as comments
version
hjson: 3.2.2
problem
{
"QWCRM_URL": "https://www.xxx.com/qwcrm/#/", // There's something wrong here
}
Since the string contains "#", it is treated as a comment.
I cannot reproduce this problem in hjson-js. I suspect this is instead a problem with the syntax definition for the editor you are using.