Commit Graph

  • 09641abb33 update tagline Josh Baker 2017-12-22 07:16:29 -0700
  • e62d62a3e1 match GetMany and Get results, fixes #55 v1.0.5 Josh Baker 2017-12-22 06:58:04 -0700
  • 080cd22816 fix mysterious missing result v1.0.4 Josh Baker 2017-12-13 16:29:27 -0700
  • 182ad76050 Array() from null becomes zero length Go array v1.0.3 Josh Baker 2017-12-01 14:13:24 -0700
  • 67e2a63ac7 Merge branch 'erikjohnston-fix-raw-false' v1.0.2 Josh Baker 2017-11-20 11:50:05 -0700
  • 922b012d22 Fix bug where Result.Raw of literal 'false' was 'f' Erik Johnston 2017-11-20 17:55:52 +0000
  • 07fd903f2d Merge 6d69ff7f5e into ac7b6ae6f2 Connor Peet 2017-10-18 12:22:23 +0000
  • b4fc40e7ed Merge 38c3f5c110 into ac7b6ae6f2 Wei Fu 2017-10-18 12:22:23 +0000
  • ac7b6ae6f2 deprecated unmarshalling Josh Baker 2017-10-18 05:19:20 -0700
  • 5a69e67cfd GetMany result value missing, fixes #48 v1.0.1 Josh Baker 2017-09-25 04:39:06 -0700
  • 3c91814cf6 GetMany result incorrect, fixes #47 Josh Baker 2017-09-25 04:37:57 -0700
  • 38c3f5c110 add IsNull helper method Wei Fu 2017-09-18 17:32:03 +0800
  • 6d69ff7f5e Slightly improve parsing speed Connor Peet 2017-08-31 23:40:20 -0700
  • be96719f99 incomplete surrogate codepoints, fixes #38 v1.0.0 Josh Baker 2017-08-30 10:08:10 -0700
  • 4e8f0c7f28 added playground link Josh Baker 2017-08-14 18:16:21 -0700
  • ccc7f39b3a added IsObject IsArray helper functions Josh Baker 2017-08-14 08:23:21 -0700
  • 6daf3373dc Moved benchmark code Josh Baker 2017-08-14 08:21:16 -0700
  • 055ac40f25 Merge 043e06f18f into c784c41781 Kashav Madan 2017-05-26 19:55:45 +0000
  • c784c41781 Allow parsing of large integers Josh Baker 2017-05-25 19:39:18 -0700
  • 043e06f18f Initial CLI implementation Kashav Madan 2017-05-13 16:33:44 -0400
  • 0623bd8fbd Merge pull request #27 from kshvmdn/master Josh Baker 2017-05-10 20:52:25 -0700
  • 8eb5c54ee3 Minor README clean-up Kashav Madan 2017-05-10 23:42:56 -0400
  • 617caec145 Update README.md Josh Baker 2017-05-08 21:47:28 -0700
  • 2e78916f4a option to disable validation Josh Baker 2017-05-08 17:47:46 -0700
  • 2555fc0b61 Unmarshal Validation Josh Baker 2017-05-08 17:33:03 -0700
  • 0bedaf01cb updated wording Josh Baker 2017-05-08 07:47:07 -0700
  • 371acf8f0c updated wording Josh Baker 2017-05-08 07:40:56 -0700
  • 19194a58d8 typos Josh Baker 2017-05-08 06:55:29 -0700
  • 3f5adf1ba9 New gjson.Unmarshal function Josh Baker 2017-05-07 18:26:54 -0700
  • e30a9c1037 Default String() to empty when nonexistent or null Josh Baker 2017-04-18 09:28:51 -0700
  • 039b641eab added result.Time() function Josh Baker 2017-04-14 17:58:25 -0700
  • 6e0babc7e8 updated benchmarks, added features list Josh Baker 2017-04-14 11:13:32 -0700
  • a8ccb8767a mention "values" Josh Baker 2017-04-12 14:16:56 -0700
  • 7d884e04ac minor update Josh Baker 2017-04-12 14:14:42 -0700
  • 7c63fbd56a better test coverage Josh Baker 2017-04-11 08:54:19 -0700
  • 92a0497357 reduced some complexity Josh Baker 2017-04-10 20:45:34 -0700
  • 766ad13f76 minor updates Josh Baker 2017-04-10 12:26:09 -0700
  • 9c689b0be6 cleanup benchmarks Josh Baker 2017-04-10 11:41:37 -0700
  • 635226ae42 minor format updates Josh Baker 2017-04-10 11:41:19 -0700
  • 20d521de6e added emoji test Josh Baker 2017-04-09 19:40:55 -0700
  • 01736e2faf inlined unicode decoding Josh Baker 2017-04-05 10:22:45 -0700
  • 458c2c85b8 reorg imports Josh Baker 2017-04-04 10:46:00 -0700
  • e0cd4f26a8 proper emoji decoding, fixed #23 Josh Baker 2017-04-04 10:42:36 -0700
  • 8f291465f6 added Exists() to the list of handy functions Josh Baker 2017-04-02 10:13:06 -0700
  • e8d1a9ab93 end of path regression, fixes #21 Josh Baker 2017-03-29 08:19:50 -0700
  • 9944282cf6 updated comments Josh Baker 2017-03-29 08:18:26 -0700
  • 256887a8aa Fix for invalid matching on prefixed key Josh Baker 2017-03-28 17:04:10 -0700
  • 09d1c5c5bc added gjson-safe comment Josh Baker 2017-02-05 09:10:42 -0700
  • e3f249f4fd Missing package alias Josh Baker 2016-12-16 09:22:41 -0700
  • b0e589ad0b index for iterator vals Josh Baker 2016-12-08 15:00:05 -0700
  • 456225d161 key index for ForEach Josh Baker 2016-12-07 16:37:33 -0700
  • c1e65a498d added ParseBytes Josh Baker 2016-12-02 11:59:39 -0700
  • 1a8de7c426 add query operators Josh Baker 2016-12-02 11:53:14 -0700
  • 7afd24f7a2 added != comparison operator Josh Baker 2016-11-30 14:38:08 -0700
  • 90669a0cbe query matching with % Josh Baker 2016-11-30 14:32:17 -0700
  • 6fd75099ef Update README.md Josh Baker 2016-11-30 12:04:48 -0700
  • 62892351c5 added ForEach function Josh Baker 2016-11-30 10:50:59 -0700
  • 86b1b630e4 Query array for multiple matches Josh Baker 2016-11-30 07:52:25 -0700
  • 1303e83611 fix lead comma error Josh Baker 2016-11-29 18:08:02 -0700
  • 1a15b54bbb add bookmark link for GetMany Josh Baker 2016-11-28 19:04:18 -0700
  • ae5d307631 Added GetMany. Query many paths at once. Josh Baker 2016-11-28 15:10:11 -0700
  • 72b0cad1c1 example getting raw bytes, closes #12 Josh Baker 2016-11-04 19:41:23 -0700
  • ac4cd1ab55 empty arrays for non-existent values #11 Josh Baker 2016-11-02 13:45:25 -0700
  • 1584ec68ff Merge branch 'wI2L-master' Josh Baker 2016-11-02 12:45:57 -0700
  • 495633298f Modify behavior of Array() on non-array result. Closes #10. William Poussier 2016-11-02 20:20:24 +0100
  • b95abbe94a removed obsolete field Josh Baker 2016-11-02 11:01:06 -0700
  • a02d704254 added result.Uint() function resolves #9 Josh Baker 2016-11-02 08:24:13 -0700
  • 78babc5712 typo Josh Baker 2016-10-30 14:35:08 -0700
  • bc89b871de typos Josh Baker 2016-10-28 10:56:10 -0700
  • 95c6f92c50 mention GetBytes function Josh Baker 2016-10-28 09:07:48 -0700
  • 5fdbb97fe1 mention jsoned Josh Baker 2016-10-25 22:03:43 -0700
  • 27c108f475 fuzzing test on parse Josh Baker 2016-10-18 17:13:15 -0700
  • 800ce5e927 added Index field Josh Baker 2016-10-17 17:39:27 -0700
  • 2dec1c4e7b safe slices Josh Baker 2016-09-09 15:49:48 -0700
  • 7c631e9868 fix out of range error Josh Baker 2016-09-08 09:02:40 -0700
  • b39aa6075f bytes substring optimization Josh Baker 2016-09-08 08:34:01 -0700
  • 124a25db9e added direct bytes interface Josh Baker 2016-09-08 08:08:53 -0700
  • b7e578ec72 added extra test Josh Baker 2016-08-31 13:38:53 -0700
  • 3e35b37021 fix subquery examples Josh Baker 2016-08-31 13:24:47 -0700
  • f40fe4ac37 subquery syntax Josh Baker 2016-08-31 13:23:20 -0700
  • 4d7d1a76a8 import match package Josh Baker 2016-08-30 07:21:20 -0700
  • 550c66c276 added reset timer to all benchmarks Josh Baker 2016-08-27 06:20:43 -0700
  • aed5ee957a updated logo Josh Baker 2016-08-25 20:35:55 -0700
  • 3913125ac5 faster map unmarshalling Josh Baker 2016-08-25 20:17:32 -0700
  • a6e9688393 lessen frequency of assignments in path routine Josh Baker 2016-08-25 10:05:03 -0700
  • 81391efb66 minor optz Josh Baker 2016-08-25 09:40:50 -0700
  • 19f9404e51 Updated logic for better ssa compilation in Go 1.7 Josh Baker 2016-08-25 07:21:53 -0700
  • d37f454044 wildcard match merge Josh Baker 2016-08-24 16:54:10 -0700
  • 050904424f added unmarshal map test Josh Baker 2016-08-24 15:59:54 -0700
  • f4c008206b added wildcard test Josh Baker 2016-08-24 15:50:18 -0700
  • ffbbc90c13 remove commented code Josh Baker 2016-08-24 13:35:10 -0700
  • 4fceff029c unicode patterns Josh Baker 2016-08-24 13:26:44 -0700
  • a3ee82ebf9 Merge branch 'wildcard-match' of https://github.com/minio/gjson into minio-wildcard-match Josh Baker 2016-08-24 12:22:52 -0700
  • 67e38154bd sped up map[string]interface{} unmarshalling Josh Baker 2016-08-24 12:12:07 -0700
  • 0608a3853a wildcard: Fix wildcard match behavior to support wide range. Harshavardhana 2016-08-24 11:58:05 -0700
  • 0669befdc3 fixed typo in example Josh Baker 2016-08-24 08:06:20 -0700
  • c6faea1947 addtional test Josh Baker 2016-08-22 08:26:44 -0700
  • 16ecfe5970 addtional test Josh Baker 2016-08-22 08:25:33 -0700
  • 696d68fd62 minor optimizations Josh Baker 2016-08-22 07:39:41 -0700
  • b661f333a3 Update README.md Josh Baker 2016-08-22 06:13:09 -0700