Kalle Stenflo
|
380cd4952d
|
static method added to check if path is definite.
|
12 years ago |
Dmitry Vasilenko
|
8ad622e6db
|
Updated JsonProviderFactory to set up default provider.
|
12 years ago |
Karl Moore
|
1f239ecab6
|
Preserve key ordering when serializing and parsing. See https://code.google.com/p/json-smart/issues/detail?id=36
|
12 years ago |
Kalle Stenflo
|
2d5a17d045
|
Fixed multi prop select.
|
12 years ago |
Kalle Stenflo
|
48a015d118
|
Changed src target level and updated JavaDoc plugin.
|
12 years ago |
Kalle Stenflo
|
42d2e2e908
|
Fixed issue 17. Use JsonProvider to check List or Map.
|
12 years ago |
Kalle Stenflo
|
72df0fc2b8
|
Formated README
|
12 years ago |
kallestenflo
|
8b7ccb2607
|
Merge pull request #8 from ikamobile/master
Make JsonPath work on Android 2.2
|
13 years ago |
linton
|
8aadf1d5b8
|
Adjusted formatting
|
13 years ago |
linton
|
b6b0b58a8f
|
Use length==0 instead of "isEmpty" which crashes on Android 2.2 where the method is missing.
|
13 years ago |
Kalle Stenflo
|
8fa1b8a03a
|
[maven-release-plugin] prepare for next development iteration
|
13 years ago |
Kalle Stenflo
|
75f9275218
|
[maven-release-plugin] prepare release json-path-parent-0.8.1
|
13 years ago |
Kalle Stenflo
|
65e52d5040
|
Release preps.
|
13 years ago |
Kalle Stenflo
|
fb9cc8dfe2
|
Fixed backward compatibility in JsonModel.
|
13 years ago |
Kalle Stenflo
|
765f573306
|
Improved conversions.
|
13 years ago |
Kalle Stenflo
|
24e8311c9c
|
Docs and refactorings.
|
13 years ago |
Kalle Stenflo
|
1216133e18
|
HttpProvider SPI.
Removed commons-io dependency.
|
13 years ago |
Kalle Stenflo
|
002a93a52f
|
[maven-release-plugin] prepare for next development iteration
|
13 years ago |
Kalle Stenflo
|
147537d40b
|
[maven-release-plugin] prepare release json-path-parent-0.8.0
|
13 years ago |
Kalle Stenflo
|
c0aec497a6
|
Release preparations.
|
13 years ago |
Kalle Stenflo
|
89b74987ba
|
Improved Filter and Criteria.
|
13 years ago |
Kalle Stenflo
|
3bb1e00e90
|
Added generic type in Filter.
|
13 years ago |
Stephane Landelle
|
69231db85c
|
Upgrade reps to latest stable version
|
13 years ago |
Stephane Landelle
|
48bc2bf06b
|
Trim on ConditionStatement, not on eval
|
13 years ago |
Stephane Landelle
|
19473baab6
|
Minor clean up (unused imports, serial…)
|
13 years ago |
Stephane Landelle
|
ab08fcb7a3
|
m2e compatibility and minor pom clean up
|
13 years ago |
Kalle Stenflo
|
8c10101593
|
Filter support extended
|
13 years ago |
Kalle Stenflo
|
828dfb927b
|
Filter support with Builder
|
13 years ago |
Kalle Stenflo
|
557eb72d23
|
don't accept single '=' in array eval.
|
13 years ago |
Kalle Stenflo
|
8195cb6832
|
Added object mapping SPI
|
13 years ago |
Kalle Stenflo
|
5b56bcf8dc
|
Fixed InvalidPathException bug.
|
13 years ago |
Kalle Stenflo
|
974a84553c
|
Added write ops to JsonModel.
|
13 years ago |
Kalle Stenflo
|
7d0aece1d8
|
Improved JsonModel Tests.
|
13 years ago |
Kalle Stenflo
|
6ed6de77e8
|
Improved JsonModel map() functionality.
|
13 years ago |
Kalle Stenflo
|
242b724baf
|
Refactored code structure.
Added licence heade
Continued SPI work
Added File, InputStream, URL readers
|
13 years ago |
Kalle Stenflo
|
824a59d057
|
Fixed bug with single char field and bracket notation.
|
13 years ago |
kallestenflo
|
442726b8c8
|
Merge pull request #6 from mattbishop/master
Patch to OSGi-ify the built jar file.
|
13 years ago |
Matt Bishop
|
01fe0b14d2
|
Changed POM to generate an OSGi bundle jar.
BTW, please vote for json-smart issue http://code.google.com/p/json-smart/issues/detail?id=22
|
13 years ago |
Kalle Stenflo
|
40c0814dfa
|
Fixed naming issue with PassthroughFilter.java
|
13 years ago |
Kalle Stenflo
|
cb122f7f31
|
Fixed bug with single '=' sign.
|
13 years ago |
Kalle Stenflo
|
0669d4d039
|
Started compliance checks.
|
13 years ago |
Kalle Stenflo
|
c3d60b764d
|
Fixed JsonPath compliance issue.
see http://code.google.com/p/json-path/issues/detail?id=7
|
13 years ago |
Kalle Stenflo
|
2933d3be25
|
Fixed bracket bug in array filters.
|
13 years ago |
kallestenflo
|
b7595b7ca0
|
Merge pull request #5 from mattbishop/master
Bug fix for IndexOutOfBoundsException
|
13 years ago |
Matt Bishop
|
13f3adfbde
|
Fixed bug (and added unit test) where a path that ended with a dot (.) would throw an IndexOutOfBoundsException.
|
13 years ago |
kallestenflo
|
4f180bf153
|
Merge pull request #4 from mattbishop/master
Updated test to show failure to filter on arrays that have string keys
|
13 years ago |
Matt Bishop
|
fd07c05fd4
|
Modified/added tests to show bug #8 better.
|
13 years ago |
Matt Bishop
|
3035d3caf3
|
Added tests to prove that properties with dashes in the names can be found.
http://code.google.com/p/json-path/issues/detail?id=8
|
13 years ago |
Kalle Stenflo
|
7ac264162e
|
[maven-release-plugin] prepare for next development iteration
|
13 years ago |
Kalle Stenflo
|
d68bcf0eb7
|
[maven-release-plugin] prepare release json-path-parent-0.5.6
|
13 years ago |