|
@@ -124,12 +124,12 @@ begin
|
|
if (FStruct is TJSONObject) and (FKey='') then
|
|
if (FStruct is TJSONObject) and (FKey='') then
|
|
FKey:=Akey
|
|
FKey:=Akey
|
|
else
|
|
else
|
|
- DoError('Duplicatekey or no object')
|
|
|
|
|
|
+ DoError('Duplicatekey or no object');
|
|
end;
|
|
end;
|
|
|
|
|
|
procedure TJSONParser.StringValue(const AValue: TJSONStringType);
|
|
procedure TJSONParser.StringValue(const AValue: TJSONStringType);
|
|
begin
|
|
begin
|
|
- NewValue(CreateJSON(AValue))
|
|
|
|
|
|
+ NewValue(CreateJSON(AValue));
|
|
end;
|
|
end;
|
|
|
|
|
|
procedure TJSONParser.NullValue;
|
|
procedure TJSONParser.NullValue;
|