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.13.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.14.0
Choose a head ref
  • 7 commits
  • 4 files changed
  • 1 contributor

Commits on Jan 14, 2022

  1. Update README.md

    Added an additional link to the SYNTAX doc. 
    
    #261
    tidwall authored Jan 14, 2022
    Configuration menu
    Copy the full SHA
    f47e17d View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Added group modifier

    The new "@group" modifier allows for grouping arrays of objects.
    
    For example, using the "@group" modifier on the following json...
    
      {"id":["123","456","789"],"val":[2,1]}
    
    will results in...
    
      [{"id":"123","val":2},{"id":"456","val":1},{"id":"789"}]
    tidwall committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    e4fc67c View commit details
    Browse the repository at this point in the history
  2. Added IsBool

    See #264
    tidwall committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    82f549e View commit details
    Browse the repository at this point in the history
  3. Update docs

    tidwall committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    05e9ee1 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    tidwall authored Feb 2, 2022
    Configuration menu
    Copy the full SHA
    fce6fec View commit details
    Browse the repository at this point in the history
  5. Update README.md

    tidwall authored Feb 2, 2022
    Configuration menu
    Copy the full SHA
    1abd525 View commit details
    Browse the repository at this point in the history
  6. Update SYNTAX.md

    tidwall authored Feb 2, 2022
    Configuration menu
    Copy the full SHA
    7a94820 View commit details
    Browse the repository at this point in the history
Loading