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: tidwall/gjson
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.11.0
Choose a base ref
...
head repository: tidwall/gjson
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.12.0
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Nov 10, 2021

  1. Added new static value character

    You can use the '!' character to define static json as a path
    component.
    
    For example,
    
      {name.last,"foo":!"bar"} => {name.last,"foo":"bar"}
    
    see #249
    tidwall committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    6b6af2a View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. Fix modifier bug in multipath selector

    Closes #253
    tidwall committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    d3a1349 View commit details
    Browse the repository at this point in the history
Loading