UPD: Colors.json - do not quote object keys

This commit is contained in:
Alexander Koblov 2023-05-08 14:18:43 +03:00
commit 4eb3db4aa0

View file

@ -44,7 +44,7 @@ procedure TJsonConfig.SaveToFile(const FileName: String);
begin
with TStringListEx.Create do
try
Text:= FRoot.FormatJSON();
Text:= FRoot.FormatJSON([foDoNotQuoteMembers]);
SaveToFile(FileName);
finally
Free;