mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 04:29:29 +02:00
fcl-json: added missing semicolons
git-svn-id: trunk@38388 -
This commit is contained in:
parent
61053ead34
commit
91dd43c9c2
@ -124,12 +124,12 @@ begin
|
||||
if (FStruct is TJSONObject) and (FKey='') then
|
||||
FKey:=Akey
|
||||
else
|
||||
DoError('Duplicatekey or no object')
|
||||
DoError('Duplicatekey or no object');
|
||||
end;
|
||||
|
||||
procedure TJSONParser.StringValue(const AValue: TJSONStringType);
|
||||
begin
|
||||
NewValue(CreateJSON(AValue))
|
||||
NewValue(CreateJSON(AValue));
|
||||
end;
|
||||
|
||||
procedure TJSONParser.NullValue;
|
||||
|
Loading…
Reference in New Issue
Block a user