Bence Erős
|
adb3118d31
|
added test for checking if the JSONPointer is immutable
|
2016-05-05 16:00:15 +02:00 |
|
Bence Erős
|
2eed4be5fc
|
one more test for null-check in Builder#append(String)
|
2016-05-03 23:42:26 +02:00 |
|
Bence Erős
|
6edc093803
|
adding unittests for JSPONPointer#toString(), toURIFragment() and its builder class
|
2016-05-03 23:20:17 +02:00 |
|
Bence Erős
|
e748c60eb1
|
tests for improved failure handling
|
2016-04-26 23:31:43 +02:00 |
|
Bence Erős
|
f857dda5d8
|
removing some deprecated commented code
|
2016-04-26 23:03:01 +02:00 |
|
Bence Erős
|
66f740eb45
|
rolling back unwanted gitignore change in previous commit
|
2016-04-26 23:02:26 +02:00 |
|
Bence Erős
|
6211384f87
|
tests for url fragment notation handling, moving test document to separate file
|
2016-04-26 23:01:18 +02:00 |
|
Bence Erős
|
9c47ba299d
|
initial test for JSONPointer class
|
2016-04-18 21:49:14 +02:00 |
|
Sean Leary
|
8f16e065c5
|
Merge pull request #39 from johnjaylward/FixNegativeZero
Fix negative zero
|
2016-01-30 15:47:06 -06:00 |
|
John J. Aylward
|
974c09b22a
|
Fixes typo in assert
|
2016-01-27 15:02:37 -05:00 |
|
John J. Aylward
|
bd958e0830
|
fixes formatting
|
2016-01-27 11:36:15 -05:00 |
|
John J. Aylward
|
67d888e9be
|
Adds test cases to verify that -0 and -0.0 are processed as Double
|
2016-01-27 11:32:11 -05:00 |
|
Sean Leary
|
d3b197b1b9
|
Merge pull request #37 from stleary/move-files-to-maven-friendly-dirs
Move files to maven friendly dirs. Hope it works...
|
2016-01-05 20:46:43 -06:00 |
|
stleary
|
706d898648
|
latest
|
2016-01-03 21:39:44 -06:00 |
|
stleary
|
ace08f1944
|
latest
|
2016-01-03 21:39:30 -06:00 |
|
stleary
|
280ce71285
|
tabs to spaces
|
2016-01-01 13:54:47 -06:00 |
|
Sean Leary
|
147343c51b
|
Merge pull request #29 from johnjaylward/HandleArraysConsistently
Add tests to verify arrays are handled consistently.
|
2016-01-01 13:46:02 -06:00 |
|
Sean Leary
|
dc8c9e382d
|
Merge pull request #35 from stleary/more-todo-cleanup
clean up a few more todos
|
2015-12-30 13:52:55 -06:00 |
|
stleary
|
871a3e46d7
|
clean up a few more todos
|
2015-12-30 13:50:51 -06:00 |
|
Sean Leary
|
4df6984233
|
Merge pull request #34 from stleary/util-cleanup
util cleanup
|
2015-12-30 01:03:31 -06:00 |
|
stleary
|
c88d06eede
|
util cleanup
|
2015-12-30 01:01:43 -06:00 |
|
Sean Leary
|
0dc886d11b
|
Merge pull request #33 from stleary/Fix-todos-and-cleanup
Fix some todos, clean up some tests, improve coverage
|
2015-12-30 00:03:37 -06:00 |
|
stleary
|
fc318a765c
|
Fix some todos, clean up some tests, improve coverage
|
2015-12-30 00:00:58 -06:00 |
|
Sean Leary
|
0990f340db
|
Update README.md
|
2015-12-30 00:00:14 -06:00 |
|
Sean Leary
|
4ddd6a19a7
|
Merge pull request #32 from stleary/refactor-test-classes-from-JSONObjectTest
refactor test classes to their own modules
|
2015-12-29 18:01:35 -06:00 |
|
stleary
|
7f83a51718
|
refactor test classes to their own modules
|
2015-12-29 17:56:43 -06:00 |
|
Sean Leary
|
95cf86688d
|
Update README.md
|
2015-12-28 12:25:40 -06:00 |
|
Sean Leary
|
91fcd6092f
|
Update README.md
|
2015-12-28 12:25:11 -06:00 |
|
Sean Leary
|
54cd97ded1
|
Update README.md
|
2015-12-28 12:24:46 -06:00 |
|
Sean Leary
|
633ab108e7
|
Update README.md
|
2015-12-28 12:22:29 -06:00 |
|
Sean Leary
|
472439546a
|
Update README.md
|
2015-12-28 12:20:43 -06:00 |
|
Sean Leary
|
cfec741090
|
Merge pull request #31 from stleary/json-path-for-validation
Replace util compare method with JsonPath
|
2015-12-28 12:11:47 -06:00 |
|
stleary
|
abe421e6bb
|
clean up code
|
2015-12-28 12:07:44 -06:00 |
|
stleary
|
48c872f66f
|
Replace util compare method with JsonPath
|
2015-12-28 11:12:41 -06:00 |
|
stleary
|
7187006bae
|
Replace util compare method with JsonPath
|
2015-12-27 17:01:42 -06:00 |
|
stleary
|
d329b6514c
|
Replace util compare method with JsonPath
|
2015-12-27 15:17:01 -06:00 |
|
stleary
|
a5390a0685
|
Replace util compare method with JsonPath
|
2015-12-26 19:02:02 -06:00 |
|
stleary
|
c6204a9f01
|
Replace util compare method with JsonPath
|
2015-12-26 13:21:06 -06:00 |
|
Sean Leary
|
c578216844
|
Merge pull request #30 from stleary/confirmValueToStringFix
Fix tabs, add valueToString() test to JSONObjectTest
|
2015-10-31 04:00:52 -05:00 |
|
stleary
|
38cbc31624
|
Fix tabs, add valueToString() test to JSONObjectTest
|
2015-10-31 03:58:04 -05:00 |
|
Sean Leary
|
6406c7a379
|
Merge pull request #28 from johnjaylward/FixCtorGenerics
Test cases for PR #153 in JSON-Java
|
2015-10-29 18:08:21 -05:00 |
|
John J. Aylward
|
3850b5fd25
|
Add tests to verify arrays are handled consistently.
|
2015-10-26 18:35:53 -04:00 |
|
Sean Leary
|
0dbd9be0f1
|
Merge pull request #26 from johnjaylward/FixXMLNPE
Fixes NPE in XML for pull request #160 in the json-java project
|
2015-10-18 10:45:42 -05:00 |
|
John J. Aylward
|
4a2f9b8cd3
|
Adds test cases for corrected generic constructors and put methods
|
2015-10-14 15:15:24 -04:00 |
|
John J. Aylward
|
cb63a968fa
|
fixes test case to validate the input/output of the function being tested
|
2015-10-12 14:49:18 -04:00 |
|
John J. Aylward
|
4b0db65877
|
Fixes NPE in XML
|
2015-10-12 14:33:43 -04:00 |
|
stleary
|
1a5718dc39
|
Commenting out some code until JSON-java supports XML.toJSONObject(Reader)
|
2015-09-27 23:55:32 -05:00 |
|
Sean Leary
|
3f78a85908
|
Merge pull request #22 from stleary/xml-reader-remote
sample tests for XML.toJSONObject(Reader)
|
2015-08-23 20:08:02 -05:00 |
|
Sean Leary
|
9dd0ca7b81
|
Merge pull request #23 from seanThomasLeary/master
Update README.md
|
2015-08-23 18:54:54 -05:00 |
|
seanThomasLeary
|
045fc74688
|
Update README.md
|
2015-08-23 18:54:10 -05:00 |
|