You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: