-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
Since the size of the json string is stored in an integer JSON object cannot support big data.
It would be better to use NativeInt as it is used as the size type in the latest Delphi versions.
See the definition of TSuperArray member FSize:
SuperObject.Delphi/Lib/superobject.pas
Line 526 in 6c886fe
| FSize: Integer; |
TSuperArray = class({+}TInterfacedObject{+.}, ISuperArray)
private
FArray: PSuperObjectArray;
FLength: Integer;
FSize: Integer;
...Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels