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.14.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.1
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Mar 22, 2022

  1. Update comment

    tidwall committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    56c0a0a View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Remove encoding/json dependency

    The only purpose of using the built-in Go was to encode json
    strings that had unicode or needed to escaped.
    
    This commit adds the new function `AppendJSONString` which allows
    for appending strings as their json representation to a byte
    slice.
    
    It's about 2x faster than using json.Marshal.
    tidwall committed Apr 19, 2022
    1 Configuration menu
    Copy the full SHA
    c3bb2c3 View commit details
    Browse the repository at this point in the history
Loading