Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for JSON object bigger than Max(Integer) #9

Open
tuncbahceciogluBentley opened this issue Jun 9, 2024 · 1 comment
Open

Comments

@tuncbahceciogluBentley
Copy link

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:

FSize: Integer;

TSuperArray = class({+}TInterfacedObject{+.}, ISuperArray)
  private
    FArray: PSuperObjectArray;
    FLength: Integer;
    FSize: Integer;
...
@pult
Copy link
Owner

pult commented Jun 10, 2024

Yes, it is important...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants