Commit Graph

  • d9710733f0 Allow escaped string characters in query values v1.7.5 tidwall 2021-04-19 09:43:16 -0700
  • d6d786db3c Remove dead code tidwall 2021-04-19 09:18:03 -0700
  • 8ac92b3ad3 Remove unreachable code tidwall 2021-04-19 09:13:24 -0700
  • f3ac38cbb5
    Update README.md Josh Baker 2021-04-12 12:41:48 -0700
  • 7dde6ac0f6
    Merge pull request #211 from realzhili/fix-readme Josh Baker 2021-04-02 07:47:40 -0700
  • 0301407223 Update README.md Zhili Zhang 2021-04-01 19:03:29 -0700
  • dee0375ffd Fix negative without int part for valid v1.7.4 tidwall 2021-03-28 18:30:25 -0700
  • 15a2428bae
    Create FUNDING.yml Josh Baker 2021-03-28 08:59:52 -0700
  • 9e749076bf
    Update README.md Josh Baker 2021-03-27 13:24:45 -0700
  • 68c884f545
    Update SYNTAX.md Josh Baker 2021-03-27 12:06:30 -0700
  • e78ccfebe4
    Update SYNTAX.md Josh Baker 2021-03-27 12:05:13 -0700
  • d6cb589fc4 Fix non-existent response from multires query on empty array v1.7.3 tidwall 2021-03-25 15:31:00 -0700
  • c75c954102 Fix mod flatten including non-existent arrays v1.7.2 tidwall 2021-03-25 08:28:15 -0700
  • b61527bf1a
    Merge pull request #209 from zepatrik/bump-pretty v1.7.1 Josh 2021-03-22 13:05:50 -0700
  • 2d7fa902d3
    Bump pretty especially to include c41759c9c4 zepatrik 2021-03-22 20:09:24 +0100
  • d18e16d152 Allow chaining multipaths using the dot v1.7.0 tidwall 2021-03-22 04:19:47 -0700
  • 7419d01876
    Update README.md Josh 2021-03-05 08:23:41 -0700
  • b977acbb8b
    Merge pull request #203 from rkilingr/documentation/json-integers Josh Baker 2021-02-15 12:27:48 -0700
  • 59f8f07cff
    Documents the integer constants used in safeInt and provides links RaviKiran Kilingar 2021-01-31 16:47:55 +0530
  • 65353b6d52 Removed reflect package v1.6.8 tidwall 2021-01-30 12:50:49 -0700
  • 97ec619cbe Restrict pretty indent and prefixes to whitespace v1.6.7 tidwall 2020-12-25 06:42:20 -0700
  • bf4efcb3c1 Fix slice out of bounds panic v1.6.6 tidwall 2020-12-24 09:51:53 -0700
  • 9f58baa7a6 Update the match package v1.6.5 tidwall 2020-12-23 05:00:23 -0700
  • f0ee9ebde4 Fix bounds out of range panic v1.6.4 tidwall 2020-12-07 05:25:20 -0700
  • 5100d6926a Better safe integer range for numbers v1.6.3 tidwall 2020-11-04 16:26:43 -0700
  • 2f043b7abd Adjusted test v1.6.2 tidwall 2020-11-04 16:01:22 -0700
  • 71341b2042 Use lowercase string booleans tidwall 2020-11-04 15:59:08 -0700
  • eeddc5431f Merge branch 'deef0000dragon1-deef0000dragon1-ParseBool' tidwall 2020-11-04 15:54:24 -0700
  • ed7c6c18ed Merge branch 'deef0000dragon1-ParseBool' of https://github.com/deef0000dragon1/gjson into deef0000dragon1-deef0000dragon1-ParseBool tidwall 2020-11-04 15:53:35 -0700
  • 20b6add63a
    Merge pull request #163 from Jalitha/patch-1 Josh Baker 2020-11-04 15:12:32 -0700
  • 140bf1266f
    Merge pull request #179 from ader1990/master Josh Baker 2020-11-04 15:11:47 -0700
  • 37d86694e2
    Create go.yml Josh Baker 2020-11-03 11:38:19 -0700
  • 23c5e2620b
    Delete .travis.yml Josh Baker 2020-11-03 11:38:11 -0700
  • 393cb5c3a9
    Update README.md Josh Baker 2020-11-03 11:37:58 -0700
  • 0fbb0b9ad8 Add poweron architecture ppc64le to travis build Ubuntu 2020-10-19 11:56:13 +0000
  • ff31a42394 Added a utility to run standalone. Bryan Austin 2020-08-29 07:47:00 -0400
  • 45d8d3b98f Updated pretty package v1.6.1 tidwall 2020-08-28 08:14:33 -0700
  • 2679aa886d
    Fixed small readme typos Adrian Vladu 2020-07-27 18:31:55 +0300
  • 78a59792a3 add test of different strings Jeffrey Koehler 2020-05-30 06:34:47 -0400
  • 7db3b02e3f
    update Result.Bool to use golang bool parsing deef 2020-05-30 06:16:06 -0400
  • 65616e6f35
    Fix typo in .Get comment Jalitha 2020-04-20 21:10:36 +1000
  • f042915ca1 Remove custom appengine and js builds v1.6.0 tidwall 2020-02-28 09:37:46 -0700
  • c041e47f8a
    Merge pull request #155 from Prithvipal/master Josh Baker 2020-02-22 11:09:40 -0700
  • 1879ad91cd Addressed review suggestion Prithvipal Singh 2020-02-22 23:25:31 +0530
  • 0439aef712 Fixed syntax document for escape character Prithvipal Singh 2020-02-22 22:50:13 +0530
  • 0360deb6d8 Added new modifiers v1.5.0 tidwall 2020-02-10 11:13:30 -0700
  • d10932a0d0 Removed unmarshalling v1.4.0 tidwall 2020-01-20 12:32:37 -0700
  • 12826915de Removed unneeded comment v1.3.6 tidwall 2020-01-20 08:29:11 -0700
  • c9f07c7971
    Merge pull request #150 from ory/add-this Josh Baker 2020-01-20 08:25:07 -0700
  • 8e8823353c
    Add @this modifier aeneasr 2020-01-13 11:51:52 +0100
  • 5c2e4b3824 Fixed modifier pipe issue v1.3.5 tidwall 2019-11-18 09:51:37 -0700
  • c34bf81952 Fix trailing multiselector value v1.3.4 tidwall 2019-11-02 14:52:36 -0700
  • 94e070960b Add link to multipaths v1.3.3 tidwall 2019-11-01 05:15:58 -0700
  • 1471a933ec Rename test tidwall 2019-11-01 05:15:43 -0700
  • 1c258afe09 Allow for modifiers in sub-selectors tidwall 2019-11-01 05:08:48 -0700
  • d5e1046d64
    fuzz: Correct length validation Book Moons 2019-08-24 01:37:21 -0400
  • 2d1a726137
    Add Fuzzit badge Book Moons 2019-08-24 00:53:42 -0400
  • 55c690b24e
    Configure Fuzzit Book Moons 2019-08-24 00:50:12 -0400
  • 86a2657171
    Define fuzz targets Book Moons 2019-08-24 00:46:29 -0400
  • c5e72cdf74 Fix panic when key starts at-sign v1.3.2 tidwall 2019-07-15 07:54:31 -0700
  • dea71f728d Mention nested queries tidwall 2019-07-12 06:46:38 -0700
  • 1e964df7d9 Support subqueries v1.3.1 tidwall 2019-07-12 06:14:45 -0700
  • 90ca17622f
    Update SYNTAX.md Josh Baker 2019-07-10 15:00:07 -0700
  • 4d138e058b Add multipath syntax tidwall 2019-06-30 12:59:56 -0700
  • d7c940e593 Fix missing raw result for array counts v1.3.0 tidwall 2019-06-30 04:48:53 -0700
  • 3b5bf6bb5e Added Subselectors tidwall 2019-06-29 15:23:32 -0700
  • 001444ea45 Remove the DisableChaining option tidwall 2019-06-29 12:10:41 -0700
  • 6781e4ee59 Allow paren queries tidwall 2019-06-29 11:31:27 -0700
  • f8322e865d Rename file tidwall 2019-06-28 17:18:24 -0700
  • f7c1980254
    Update README.md Josh Baker 2019-06-28 17:17:38 -0700
  • ae482cd23d
    Update README.md v1.2.2 Josh Baker 2019-06-28 17:16:29 -0700
  • f73dd9bfd8
    Create PATH-SYNTAX.md Josh Baker 2019-06-28 17:11:56 -0700
  • ebf0b3fb77 Use no path for simple value queries tidwall 2019-06-28 10:18:23 -0700
  • 00b15d756e Added querying array values tidwall 2019-06-28 05:55:18 -0700
  • d95cbcaa9d Require multiarr results to always exist tidwall 2019-06-28 05:24:28 -0700
  • e91a88bec4 Allow for chaining syntax in multi array tidwall 2019-06-28 04:41:32 -0700
  • 6eb62ca33f Added new tests for deep selectors tidwall 2019-06-27 18:37:09 -0700
  • 7660d0f79f Allow for pipe and dot mixing tidwall 2019-06-27 18:27:53 -0700
  • 7b8705a6b6 Use 80 column width tidwall 2019-06-27 18:03:36 -0700
  • b877bd43b1 Allow for chaining syntax in array subselects tidwall 2019-06-27 17:51:42 -0700
  • 89b19799ff Fix non-existent selectors results tidwall 2019-06-27 15:50:15 -0700
  • 40764d5d56 Added Go modules support Josh Baker 2019-06-05 16:41:31 -0700
  • aff301b58f Add GetManyToMap func grimmer 2019-06-01 00:59:13 +0800
  • fb8e539484 Fixed typo in comment tidwall 2019-04-05 11:08:30 -0700
  • 181e11634d
    Code typo Josh Baker 2019-02-16 19:21:12 -0700
  • eee0b6226f Fixed chained array result v1.2.1 tidwall 2019-02-16 19:06:55 -0700
  • 1ed2249f74 Added modifiers and path chaining v1.2.0 tidwall 2019-02-16 18:29:39 -0700
  • 5d7556ad3d Valid json optimization v1.1.6 tidwall 2019-02-16 14:50:53 -0700
  • 5a96cfda70 Added GopherJS support v1.1.5 tidwall 2019-01-14 08:40:04 -0700
  • 379e2b0cf9 Created a light cmd interface for the get command Nolan Sherman 2018-12-23 15:08:37 -0800
  • 75fc05a371
    Handle array of object Poornam 2018-11-15 19:51:19 +0530
  • de4a4ea863
    Accept the ? character Poornam 2018-11-15 19:49:35 +0530
  • 081192fa2e
    Merge pull request #98 from thirstycoda/master v1.1.4 Josh Baker 2018-10-28 08:46:04 -0700
  • 1bd06b6ad9
    Merge pull request #97 from dustinblackman/fix/getmanybytes Josh Baker 2018-10-28 08:42:31 -0700
  • cced0fa719 Added not like operator support to query thirstycoda 2018-10-28 00:20:01 +0100
  • 6d10ae85ba UT added Poornalingam 2018-10-26 15:16:50 +0530
  • ea38b12f7c Added capability to response multi object for * Poornalingam 2018-10-26 10:24:37 +0530
  • 4c7d6ff4a9
    fix GetManyBytes to use byte related methods Dustin Blackman 2018-10-25 16:34:28 -0400
  • b9f4341b93
    Merge b5e812060b into 1e3f6aeaa5 shivi28 2018-08-21 07:13:22 +0000
  • b5e812060b There is no operator as == Shivani Singhal 2018-08-21 12:38:14 +0530