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: stleary/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: jimblackler/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
  • 4 files changed
  • 1 contributor

Commits on Aug 25, 2020

  1. Fix double escape() when parsing and querying JSON Pointers.

    Note that JSONPointer escape()s each ref on construction, and again during queryFrom when accessing values up on the queried document.
    
    This causes queries involving keys that contain two backslashes; //.
    
    I believe that the test quotationEscaping() is currently enforcing incorrect behavior.
    jimblacklercorp committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    4cb291c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47be1a6 View commit details
    Browse the repository at this point in the history
  3. Fix double unescape() when parsing and querying JSON Pointers.

    It seems that JSONPointer unescape()s each ref on construction, and again during queryFrom when accessing values up on the queried document.
    
    This causes queries to fail that involve keys that contain four backslashes; \\\\. It is quite possible other rare sequences will also have problems.
    
    I believe that the test quotationEscaping() is currently enforcing incorrect behavior, so I have changed that.
    jimblacklercorp committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    8d6e1d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2020

  1. Configuration menu
    Copy the full SHA
    041808c View commit details
    Browse the repository at this point in the history
  2. Nulls OK in objects.

    jimblacklercorp committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    13eff23 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

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

Commits on Oct 17, 2020

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

Commits on Oct 19, 2020

  1. Configuration menu
    Copy the full SHA
    7a3ab87 View commit details
    Browse the repository at this point in the history
  2. Null values OK.

    jimblacklercorp committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    8373161 View commit details
    Browse the repository at this point in the history
Loading