Skip to content

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

@tuncbahceciogluBentley

Description

@tuncbahceciogluBentley

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;
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions