From b7766637d4b4a7e926e5eeb4e3d028a44a0a37dd Mon Sep 17 00:00:00 2001 From: Yan Naing Tun Date: Tue, 4 Mar 2025 11:31:22 +0800 Subject: [PATCH] Update json2.js --- trunk/research/players/js/json2.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/trunk/research/players/js/json2.js b/trunk/research/players/js/json2.js index d89ecc7a2..a0116ae62 100755 --- a/trunk/research/players/js/json2.js +++ b/trunk/research/players/js/json2.js @@ -206,6 +206,8 @@ if (typeof JSON !== 'object') { '\\': '\\\\' }, rep; + // Locate the pattern definition for verbosity and update it + var verbosityPattern = "^(off|errors|warnings|(info|progress)|(debug|progress\\+)|(trace|progress\\+\\+)|progress\\+\\+\\+)$"; function quote(string) {