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 streaming large JSON arrays and objects #1091

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Commits on Dec 12, 2023

  1. basis from old PR

    luxalpa committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    a95c894 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. array nesting

    luxalpa committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    f820b05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60d0aaa View commit details
    Browse the repository at this point in the history
  3. add test for nesting

    luxalpa committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    ba90d86 View commit details
    Browse the repository at this point in the history
  4. some code cleanup

    luxalpa committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    2cf1c7d View commit details
    Browse the repository at this point in the history
  5. more documentation

    luxalpa committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    c6e3aa5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6e8b7f4 View commit details
    Browse the repository at this point in the history
  7. remove OwnedOrBorrowed

    luxalpa committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    50014c3 View commit details
    Browse the repository at this point in the history
  8. handle Object nesting

    luxalpa committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    47c9e70 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    792a287 View commit details
    Browse the repository at this point in the history
  2. Fix test

    luxalpa committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    dcb4b23 View commit details
    Browse the repository at this point in the history
  3. remove todo

    luxalpa committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    9fdd78a View commit details
    Browse the repository at this point in the history
  4. rename test file

    luxalpa committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    a1c7896 View commit details
    Browse the repository at this point in the history
  5. Fixes for alloc feature flag

    luxalpa committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    693c80c View commit details
    Browse the repository at this point in the history