Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Simulant87/JSON-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: stleary/JSON-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 8 files changed
  • 4 contributors

Commits on Sep 2, 2026

  1. Fixes corner case where strict mode isn't working when JSONTokener's …

    …next() and back() are called first
    XIAYM-gh committed Sep 2, 2026
    Configuration menu
    Copy the full SHA
    bcbbc89 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2026

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

Commits on Sep 10, 2026

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

Commits on Sep 13, 2026

  1. Merge pull request stleary#1074 from XIAYM-gh/master

    Fix strict mode failure when JSONTokener.next() and back() are called before parsing
    stleary authored Sep 13, 2026
    Configuration menu
    Copy the full SHA
    8746735 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2026

  1. Configuration menu
    Copy the full SHA
    0ae8d5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f3b527 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2026

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

Commits on Sep 21, 2026

  1. Merge pull request stleary#1077 from Mahmoodifar/fix/parser-configura…

    …tion-precedence
    
    Apply explicit parser configuration to nested values
    stleary authored Sep 21, 2026
    Configuration menu
    Copy the full SHA
    4f822e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2026

  1. Merge pull request stleary#1078 from jakezwang/fix/json-pointer-doubl…

    …e-unescape
    
    Decode JSONPointer tokens once only
    stleary authored Sep 23, 2026
    Configuration menu
    Copy the full SHA
    b55c69e View commit details
    Browse the repository at this point in the history
Loading