Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2026-06-11 18:27:33 +03:00
parent 6e1ad92963
commit c548a71aed

View File

@ -443,6 +443,7 @@ module.eJSON = {
// NOTE: this treats comments as whitespace...
// XXX will we need to process comments in any way?
COMMENTS: true,
WHITESPACE: ' \t\n',
skipWhitespace: function(str, i, line){