2
0
mirror of https://github.com/jmespath/jp synced 2025-08-22 01:27:28 +00:00

20 Commits

Author SHA1 Message Date
James Saryerwinnie
1331b6f3cb Bumping version to 0.2.1 2021-09-30 14:25:09 -04:00
James Saryerwinnie
c8e89d903b Bumping version to 0.2.0 2021-09-29 13:54:42 -04:00
James Saryerwinnie
497674b546 Merge branch 'compact-format-flag' into master
PR #29

* compact-format-flag:
  Add --compact, -c bool flag to omit nonessential whitespace
2021-09-28 19:26:44 -04:00
James Saryerwinnie
b1400ea593 Switch to go modules 2021-09-28 18:50:13 -04:00
Zac Medico
d4327c56bd Add --compact, -c bool flag to omit nonessential whitespace 2021-06-14 16:55:49 -07:00
James Saryerwinnie
5c578e3133 Bump version to 0.1.3 2017-09-12 08:55:58 -07:00
James Saryerwinnie
227b0c59eb Bumping version to 0.1.2 2015-12-04 17:30:17 -08:00
James Saryerwinnie
e197936d2b Revert version to 0.1.1 2015-12-04 17:28:05 -08:00
James Saryerwinnie
6c32be0759 Bumping version to 0.1.2 2015-12-04 17:26:54 -08:00
James Saryerwinnie
33cd35503a Move version string to constant 2015-12-04 17:06:23 -08:00
Yin Jifeng
2545b76adc fix integer number processing
go-jmespath only expects json.Number as float64
2015-11-23 17:30:37 +08:00
James Saryerwinnie
527eb7dba8 Use correct version number
Need to bump to 0.1.1 to get the latest changes.
2015-09-30 18:15:13 -07:00
James Saryerwinnie
aad9947294 Add an --ast flag 2015-09-21 22:51:08 -07:00
James Saryerwinnie
3505eb00f3 Bump version to 0.0.4 2015-08-13 22:16:44 -07:00
James Saryerwinnie
ded7eff5ae Add ability to specify expession from file 2015-08-13 21:50:32 -07:00
James Saryerwinnie
b4fe04e276 Bump version to 0.0.3 2015-08-12 22:09:59 -07:00
James Saryerwinnie
7ecdf01437 To print numbers in scientific notation
This is some weird default behavior for go's
encoding/json.

Closes #3.
2015-08-12 21:37:00 -07:00
James Saryerwinnie
bbaf4212af Use godep to vendor dependencies 2015-08-10 22:54:30 -07:00
James Saryerwinnie
4498c96950 Support --filename and --unquoted 2015-08-09 20:51:01 -07:00
James Saryerwinnie
15f5de654b Initial commit 2015-08-09 17:44:46 -07:00