@@ -298,6 +298,9 @@ local function parse_object(str, i, chr)
break
end
-- Read key
ifstr:sub(i,i)~='"'then
decode_error(str,i,"expected string for key")
end
key,i=parse(str,i)
-- Read ':' delimiter
i=next_char(str,i,space_chars,true)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.