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

Skip to content

Tags: oliveagle/jsonpath

Tags

v0.1.4

Toggle v0.1.4's commit message
Merge PR #30: Quotation support and improvements

- Add quoted key support: $.store.book[0].price
- Fix error handling
- Use standard library instead of external dependencies

Note: Removed gopkg.in/src-d/go-errors.v1 dependency

v0.1.3

Toggle v0.1.3's commit message
fix: t.Fatal format and $..* tokenization

- Fix t.Fatal to t.Fatalf for proper formatting
- Fix $..* tokenization to not produce redundant * token

v0.1.1

Toggle v0.1.1's commit message
release: v0.1.0

- Add go.mod for modules support
- Fix t.Fatal to t.Fatalf in tests

v0.1.0

Toggle v0.1.0's commit message
Merge branch 'master' of github.com:oliveagle/jsonpath