Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: godla/gjson

Tags

v1.2.1

Toggle v1.2.1's commit message
Fixed chained array result

v1.2.0

Toggle v1.2.0's commit message
Added modifiers and path chaining

A modifier is a path component that performs custom processing on
the json.

Multiple paths can be "chained" together using the pipe character.
This is useful for getting results from a modified query.

See the README file for more information.

v1.1.6

Toggle v1.1.6's commit message
Valid json optimization

Added ~20% performance boost be removing extra allocation when
Valid() is called with a json string.

v1.1.5

Toggle v1.1.5's commit message
Added GopherJS support

v1.1.4

Toggle v1.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request tidwall#98 from thirstycoda/master

Added not like operator support to query

v1.1.3

Toggle v1.1.3's commit message
Fix leftover array and map values

fixes tidwall#81

v1.1.2

Toggle v1.1.2's commit message
Add appengine support

v1.1.1

Toggle v1.1.1's commit message
Fix false validation

closes tidwall#73

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request tidwall#66 from Hexilee/master

Result.Bool() can parse 'false' as false

v1.0.6

Toggle v1.0.6's commit message
array query mismatch, fixes tidwall#58