Skip to content

Commit

Permalink
Revert "Add JSON Helpers to TJsonObject for Delphi XE+"
Browse files Browse the repository at this point in the history
This reverts commit e9569c0.
  • Loading branch information
alex-taylor-ioof committed Jan 31, 2014
1 parent 5bcb8b9 commit 28ec7a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DBXJsonHelpers.pas
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ TJsonValueHelper = class helper for TJsonValue
function AsJsonArray: TJSONArray;
end;

{$IFDEF DELPHI_2010_UP}
{$IFDEF DELPHI_2010}
TJsonObjectHelper = class helper for TJsonObject
public
function Get(const PairName: UnicodeString): TJSONPair; overload;
Expand Down Expand Up @@ -120,7 +120,7 @@ function TRttiFieldHelper.GetFieldName: string;
Result := Name;
end;

{$IFDEF DELPHI_2010_UP}
{$IFDEF DELPHI_2010}
{ TJsonObjectHelper }

function TJsonObjectHelper.Get(const PairName: UnicodeString): TJSONPair;
Expand Down

0 comments on commit 28ec7a9

Please sign in to comment.