kallestenflo
febc2a587a
Merge pull request #117 from jochenberger/simplify-json-provider
...
Be more consistent about when to use object and array methods
9 years ago
kallestenflo
1cfe33998c
Merge pull request #128 from trajano/getEffectiveDefaults-when-necessary
...
Only call getEffectiveDefaults when needed
9 years ago
Archimedes Trajano
93651e49b7
Only call getEffectiveDefaults when needed
...
The call to `getEffectiveDefaults` will make `json-smart` dependency
required for processing. By removing the call when not needed
`json-smart` can be safely excluded.
In addition the logger was removed since it was not being used.
9 years ago
Jochen Berger
a048edb1cb
consistently use setArrayIndex for arrays instead of setProperty
10 years ago
Jochen Berger
77583725b4
Only arrays will be passed to JsonProvider.toIterable(Object) anyway
10 years ago
kallestenflo
09977aa745
Merge pull request #110 from jochenberger/improvements
...
Some small improvements
10 years ago
kallestenflo
5e3bd2d8c6
Merge pull request #109 from jochenberger/ignore-eclipse-build-dir
...
add Eclipse build directory to .gitignore
10 years ago
Jochen Berger
d7c5fc34ea
use utility method to concatenate Strings
10 years ago
Jochen Berger
e9c9c19138
don't reassign method parameters
10 years ago
Jochen Berger
e29858db73
add a Utility method to concatenate CharSequences
10 years ago
Jochen Berger
e64ba61157
add Eclipse build directory to .gitignore
10 years ago
Kalle Stenflo
070eb1d9d2
Downgraded AssertJ to 2.1.0 (version 3 is java 8)
10 years ago
kallestenflo
7ee88cbed0
Merge pull request #74 from DALDEI/master
...
Fix array out of bounds exception on '$.' path expression
10 years ago
kallestenflo
df459577d0
Merge pull request #102 from forsthofer/master
...
osgi dependency to gson, jackson, json-smart made optional
10 years ago
Kalle Stenflo
f5d6382e4d
Merge branch 'dnetmj-dnetmj-patch-1'
10 years ago
Kalle Stenflo
bb200153e8
Merge branch 'dnetmj-patch-1' of git://github.com/dnetmj/JsonPath into dnetmj-dnetmj-patch-1
10 years ago
Kalle Stenflo
13e71d792c
Merge branch 'jochenberger-update-dependencies'
10 years ago
Kalle Stenflo
81b1d522c8
Fixed issue in test.
10 years ago
Jochen Berger
1da1eb2487
update libs (breaks src.test.java.com.jayway.jsonpath.old.IssuesTest.issue_76()), see #76
10 years ago
dnetmj
0aa5bb6a09
Fix parsing of quoted strings
...
Pretty printing was not distinguishing between single-quote delimited strings and double-quote delimited strings, which in earlier revisions caused an exception which the latest revision caught and swallowed, but didn't really fix. This change refactors the prettyPrint method as a state machine which correctly handles both quoting and escaping within strings. The isEscaped method is eliminated.
10 years ago
Franz Forsthofer
d3f4252d5e
osgi dependency to gson, jackson, json-smart made optional
...
Change-Id: Id75d66b053e22530dd0dd1b9afe3314e931da455
10 years ago
kallestenflo
244c3e2cbe
Merge pull request #98 from platan/patch-1
...
Tweaking configuration examples with current API
10 years ago
Marcin Mielnicki
51076180f7
Tweaking configuration examples with current API
10 years ago
Kalle Stenflo
8a40b0420a
Fixed issue #79 . Index out of bounds.
10 years ago
Kalle Stenflo
dbc7e90904
Fixed issue #97 . IndexOutOfBoundsException in DocumentContext.delete
10 years ago
kallestenflo
780c92f647
Update README.md
10 years ago
Kalle Stenflo
c03dcf77c5
Tests for issue #76
10 years ago
Kalle Stenflo
e89798e407
Renamed boon to gatling and changed about URL:s.
10 years ago
kallestenflo
7ffa115ce8
Update README.md
10 years ago
kallestenflo
35b26f3fb4
Update README.md
10 years ago
kallestenflo
e03c24e329
Fixed documentation. issue #72
10 years ago
David Lee
11c64b0298
Fix array out of bounds exception on '$.' path expression
10 years ago
kallestenflo
23d4114d07
Update README.md
10 years ago
kallestenflo
c09b9699c4
Update README.md
10 years ago
kallestenflo
d672ab77f3
Update README.md
10 years ago
kallestenflo
5d1022be0c
Update README.md
10 years ago
kallestenflo
44a1c13f6c
Added regex example.
10 years ago
Kalle Stenflo
09782be5b8
Prepared version 2.0.1-SNAPSHOT
10 years ago
Kalle Stenflo
42538bb626
Fixed Heroku deploy.
10 years ago
Kalle Stenflo
beb26d2ffe
Fixed Heroku version.
10 years ago
Kalle Stenflo
ac6d7f0d93
Fixed Heroku proc file.
10 years ago
Kalle Stenflo
3684a7a76c
Fixed Heroku proc file.
10 years ago
kallestenflo
c0e7c3a930
Update README.md
10 years ago
Kalle Stenflo
e8dd68adad
Released version 2.0.0.
10 years ago
Kalle Stenflo
264852245d
Updated change log with release date.
10 years ago
Kalle Stenflo
4de672c705
Replaced Factory interface with Callable.
10 years ago
Kalle Stenflo
1735bc7a87
Removed deprecated classes and some minor fixes.
10 years ago
kallestenflo
e4f0b1780e
Update changelog.md
10 years ago
kallestenflo
b1a25a9ccc
Update changelog.md
10 years ago
Kalle Stenflo
9837c72aaf
Fixed issue #71 escape ' in inline criteria.
10 years ago