Skip to content

Commit

Permalink
type display tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnsanders committed Mar 9, 2017
1 parent 4599429 commit 4d46c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsonV1.pas
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ procedure TJSONNode.ShowValue(xData: IJSONDocument; const xKey: WideString;
except
t:='?';
end;
s:=s+' ('+IntToHex(vt,4)+') '+t;
s:=s+' ('+VarTypeStr(vt)+') '+t;
end;
end;
end;
Expand Down

0 comments on commit 4d46c0e

Please sign in to comment.