diff --git a/frontend/JSON.lua b/frontend/JSON.lua index d507d950e..4be1d95a9 100644 --- a/frontend/JSON.lua +++ b/frontend/JSON.lua @@ -326,8 +326,6 @@ local function grok_string(self, text, start, etc) elseif text:match('^\\t', i) then VALUE = VALUE .. "\t" i = i + 2 - elseif text:match('^\\\\', i) then - i = i + 1 else local hex = text:match('^\\u([0123456789aAbBcCdDeEfF][0123456789aAbBcCdDeEfF][0123456789aAbBcCdDeEfF][0123456789aAbBcCdDeEfF])', i) if hex then