mirror of https://github.com/buggins/dlangui.git
fix JSON parser
This commit is contained in:
parent
34f26ff445
commit
47487535c5
|
@ -1699,6 +1699,9 @@ final class Setting {
|
|||
case '\\':
|
||||
res ~= '\\';
|
||||
break;
|
||||
case '/':
|
||||
res ~= '/';
|
||||
break;
|
||||
case '\"':
|
||||
res ~= '\"';
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue