Commit Graph

71 Commits

Author SHA1 Message Date
re a57b12847a fix repos 2022-12-12 18:13:48 +03:00
tidwall b279807a1b Fixed #61
See 475b4036c3
2022-08-04 18:15:59 -07:00
Josh Baker 133db2881f
Delete FUNDING.yml 2022-05-14 10:34:38 -07:00
tidwall 3f7d5290cf Upgrade gjson 2021-12-08 16:30:41 -07:00
tidwall 1d0d4d833c Upgrade gjson 2021-10-25 14:40:37 -07:00
Josh Baker 2126e4686e
Merge pull request #50 from tidwall/dependabot/go_modules/github.com/tidwall/gjson-1.9.3
Bump github.com/tidwall/gjson from 1.9.1 to 1.9.3
2021-10-25 14:38:33 -07:00
dependabot[bot] 69546fd9c3
Bump github.com/tidwall/gjson from 1.9.1 to 1.9.3
Bumps [github.com/tidwall/gjson](https://github.com/tidwall/gjson) from 1.9.1 to 1.9.3.
- [Release notes](https://github.com/tidwall/gjson/releases)
- [Commits](https://github.com/tidwall/gjson/compare/v1.9.1...v1.9.3)

---
updated-dependencies:
- dependency-name: github.com/tidwall/gjson
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-25 19:45:07 +00:00
tidwall aedf950fb6 Upgrade dependencies 2021-09-15 05:40:01 -07:00
tidwall 64a7cf9bd5 Update error message 2021-09-04 08:00:45 -07:00
tidwall 0bc94ab89f Allow for updating values using queries and wildcards
This commit allows for updating values for more "complex" paths like:

	friends.#(last="Murphy")#.last

This is allowed because GJSON now tracks the origin positions of all
results (https://github.com/tidwall/gjson/pull/222).

This new ability is limited to updating values only. Setting new
values that previously did not exist, or deleting values will
return an error.
2021-09-04 07:45:12 -07:00
tidwall a2a89c2f1e Update gjson and fix golint messages 2021-09-01 20:12:27 -07:00
tidwall 7fd8b8e83c Update dependencies 2021-06-17 16:13:56 -07:00
Josh Baker c052998284
Merge pull request #45 from realzhili/update-readme
Add example for array type
2021-04-02 07:48:51 -07:00
Zhili Zhang f66b25b66c Add example for array type 2021-04-01 23:35:00 -07:00
tidwall 0821062cf3 Upgrade gjson 2021-03-30 07:27:34 -07:00
Josh Baker 8c1b233baa
Create FUNDING.yml 2021-03-28 09:02:24 -07:00
Josh Baker 7daedb9a98
Update README.md 2021-02-11 16:29:39 -07:00
tidwall d459aeb081 Updated gjson dependency 2021-01-30 12:53:05 -07:00
tidwall b547b7aea4 Updated gjson package 2020-12-25 06:48:52 -07:00
tidwall 779ffea01a Updated gjson package 2020-12-22 17:57:05 -07:00
Josh Baker 8dabb14c8e
Create go.yml 2020-11-03 12:04:29 -07:00
Josh Baker 902c0d70a8
Delete .travis.yml 2020-11-03 12:04:21 -07:00
Josh Baker 7a4d8934bb
Update README.md 2020-11-03 12:04:05 -07:00
Josh Baker 79e91a7eec
Merge pull request #41 from ysmood/master
Sync the versions of gjson and pretty
2020-09-30 10:07:48 -07:00
Yad Smood 1383c0de93 Sync the versions of gjson and pretty
So that other projects doesn't have to download multiple versions of the gjson.
Here's a sample go.sum file if we don't sync the versions, as you can see we have pretty v1.0.0 and v1.0.1:

github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
github.com/tidwall/pretty v1.0.1 h1:WE4RBSZ1x6McVVC8S/Md+Qse8YUv6HRObAx6ke00NY8=
github.com/tidwall/pretty v1.0.1/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
2020-08-29 08:03:06 +09:00
tidwall 11cb24d842 Fix trailing curly bracket
close #36
2020-04-01 05:03:04 -07:00
tidwall fcc1b99819 Add Go modules 2020-03-31 03:59:30 -07:00
tidwall 4f7b016772 Append new members to objects
The Set operation now appends key values to objects when that key
previously did not exist. Before the key value was prepended.

Close #35
2020-03-31 03:52:06 -07:00
tidwall bac348a61c Removed appengine build 2020-03-31 03:28:25 -07:00
Josh Baker 25fb082a20
Merge pull request #28 from donatello/fix-err-shadow
Fix error variable shadowing
2019-02-28 13:39:17 -07:00
Aditya Manthramurthy d46b5fa72e Fix error variable shadowing 2019-02-28 12:18:29 -08:00
Josh Baker c943cc8c8d
Merge pull request #24 from Jawshua/string-escaping-failure
Fix backslashes not being escaped correctly
2018-11-15 03:30:24 -07:00
Joshua Welsh 82a6448692
Ensure backslashes are always escaped 2018-11-07 10:46:21 +00:00
Joshua Welsh dc363de894
Added backslash escaping test case 2018-11-07 10:28:15 +00:00
tidwall 48d34adceb Merge branch 'jkearse3-master' 2018-09-17 10:18:57 -07:00
tidwall 10d4d354a8 Merge branch 'master' of https://github.com/jkearse3/sjson into jkearse3-master 2018-09-17 10:18:41 -07:00
tidwall 478db4c4dd Merge branch 'hypoactiv-fix-backslashes' 2018-09-17 10:17:46 -07:00
tidwall ce26db08c7 Merge branch 'fix-backslashes' of https://github.com/hypoactiv/sjson into hypoactiv-fix-backslashes 2018-09-17 10:17:31 -07:00
tidwall e88dc924b1 Merge branch 'chen56-master' 2018-09-17 10:12:02 -07:00
tidwall 64c369cb32 Fix conflicts 2018-09-17 10:11:44 -07:00
tidwall 5ee61cb072 Merge branch 'master' of https://github.com/tidwall/sjson 2018-09-17 10:09:15 -07:00
Josh Baker bbdaf966da
Merge pull request #7 from h8liu/patch-1
Remove unnecessary `</a>` in README.md
2018-09-17 10:09:06 -07:00
tidwall 07d1870671 Merge branch 'hypoactiv-fix-benchmarks' 2018-09-17 10:07:05 -07:00
tidwall d31703b6c9 Merge branch 'fix-benchmarks' of https://github.com/hypoactiv/sjson into hypoactiv-fix-benchmarks 2018-09-17 10:06:43 -07:00
tidwall 0ffb6cd769 Fix operations with escaped dots in keys
This commit fixes a bug where keys with dots could not be
correctly updated.

fixes #10 and #19
2018-09-17 09:56:37 -07:00
tidwall 6f2b60cb22 Fix Delete misfire
This commit fixes an issue where there Delete operation would sometimes remove a previous element.

closes #21
2018-09-17 08:50:59 -07:00
tidwall d43f0343ba Move benchmarks to new repo 2018-09-17 08:12:19 -07:00
Johnnie Kearse III 8e7438a8ac
Merge pull request #1 from jkearse3/gae_compatible
refactor to offer Google App Engine Standard compatibility.
2018-09-10 16:21:52 -04:00
Johnnie Kearse III 4a47ac366f refactor to offer Google App Engine Standard compatibility. 2018-09-10 16:15:01 -04:00
tidwall bd0e703dc8 fix tests 2018-08-31 16:55:59 -06:00