mirror of
https://github.com/kepler155c/opus
synced 2025-12-17 13:48:05 +00:00
lint
This commit is contained in:
@@ -189,7 +189,7 @@ function json.parseObject(str)
|
||||
|
||||
local val = {}
|
||||
while str:sub(1, 1) ~= "}" do
|
||||
local k, v = nil, nil
|
||||
local k, v
|
||||
k, v, str = json.parseMember(str)
|
||||
val[k] = v
|
||||
str = removeWhite(str)
|
||||
|
||||
Reference in New Issue
Block a user