Modul:JSONutil: Unterschied zwischen den Versionen

2019-05-29
(2019-05-17)
(2019-05-29)
Zeile 1: Zeile 1:
local JSONutil = { suite  = "JSONutil",
local JSONutil = { suite  = "JSONutil",
                   serial = "2019-05-17",
                   serial = "2019-05-29",
                   item  = 63869449 }
                   item  = 63869449 }
--[=[
--[=[
Zeile 109: Zeile 109:
             end
             end
             if s:sub( i, i ) == '"' then
             if s:sub( i, i ) == '"' then
                 stub = s:sub( j + 1,  i - 1 )
                 stub = s:sub( j,  i - 1 )
                 if stub:find( '[^"]*,%s*[%]}]' ) then
                 if stub:find( '[^"]*,%s*[%]}]' ) then
                     r = "CommaEnd"
                     r = "CommaEnd"
Anonymer Benutzer