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

fix(#887): complete strictMode for JSONArray #888

Merged
merged 24 commits into from
May 21, 2024
Merged

Commits on Apr 14, 2024

  1. Configuration menu
    Copy the full SHA
    fe597d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce074e9 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. fix(stleary#887): double array breaking JSONTokener.nextValue

    change(stleary#887): input validation
    rikkarth committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    3dcd5b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03def9c View commit details
    Browse the repository at this point in the history
  3. fix(stleary#887): small typo

    rikkarth committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    0bace72 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    7cc1948 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce13ebd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    898dd5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    879579d View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. feat(stleary#877): improved JSONArray and JSONTokener logic

    JSONArray construction improved to recursive validation
    JSONTokener implemented smallCharMemory and array level for improved validation
    Added new test cases and minor test case adaption
    rikkarth committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    9216a19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a8c216 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e3f37b View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. force strict mode to expose failing tests

    Sean Leary authored and Sean Leary committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    4319b71 View commit details
    Browse the repository at this point in the history
  2. fixes the broken JSONArrayTest cases

    Sean Leary authored and Sean Leary committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    6529a7e View commit details
    Browse the repository at this point in the history
  3. fixes the JSONObjectNumberTest cases

    Sean Leary authored and Sean Leary committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    d1fd901 View commit details
    Browse the repository at this point in the history
  4. fixes the broken JSONObjectTest cases

    Sean Leary authored and Sean Leary committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    2098373 View commit details
    Browse the repository at this point in the history
  5. fixes the broken CDLTest cases

    Sean Leary authored and Sean Leary committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    1881cbe View commit details
    Browse the repository at this point in the history
  6. fixes the broken JSONMLTest cases

    Sean Leary authored and Sean Leary committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    f4944fb View commit details
    Browse the repository at this point in the history
  7. fixes the broken XMLConfigurationTest cases

    Sean Leary authored and Sean Leary committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    fa2f340 View commit details
    Browse the repository at this point in the history
  8. fixes the broken XMLTest cases

    Sean Leary authored and Sean Leary committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    0180bd9 View commit details
    Browse the repository at this point in the history
  9. fixes the broken JSONTokenerTest cases

    Sean Leary authored and Sean Leary committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    cf00ef3 View commit details
    Browse the repository at this point in the history
  10. fix(stleary#887): regressions, unit tests

    - JSONArray now evaluates EOF accordingly for empty Array inputs.
    - JSONTokener fixed indentation
    - externalized two JSONMLTest cases
    rikkarth committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    1ae43bd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    48dfeb8 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. Configuration menu
    Copy the full SHA
    a8ab79e View commit details
    Browse the repository at this point in the history