Skip to content

Commit 4d46c0e

Browse files
committed
type display tweak
1 parent 4599429 commit 4d46c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonV1.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ procedure TJSONNode.ShowValue(xData: IJSONDocument; const xKey: WideString;
330330
except
331331
t:='?';
332332
end;
333-
s:=s+' ('+IntToHex(vt,4)+') '+t;
333+
s:=s+' ('+VarTypeStr(vt)+') '+t;
334334
end;
335335
end;
336336
end;

0 commit comments

Comments
 (0)