Sean Leary
|
19dec1bb5f
|
Fixing JSONArrayTest testRecursiveDepthArrayFor1000Levels()
|
2024-02-02 13:11:37 -06:00 |
|
Sean Leary
|
f2d20988de
|
Merge pull request #832 from keatontaylor10/feature-disable-whitespace-trim
Add a config flag to disable whitespace trimming
|
2024-01-26 19:40:36 -06:00 |
|
Keaton
|
7915d8518f
|
Merge branch 'stleary:master' into feature-disable-whitespace-trim
|
2024-01-18 09:17:26 +02:00 |
|
Sean Leary
|
55b824d4c4
|
Merge pull request #846 from stleary/cleanup-and-merge-tests
Cleanup warnings and merge new unit tests
|
2024-01-04 08:52:02 -06:00 |
|
Sean Leary
|
ac7806d060
|
Merge pull request #845 from seppl831/fix-annotation-search-performance
improved annotation search performance
|
2024-01-01 11:43:15 -06:00 |
|
Sean Leary
|
86bb0a1a02
|
cleanup-and-merge-tests: pull in unit tests from #809
|
2023-12-30 17:00:02 -06:00 |
|
Sean Leary
|
5ddb8c3d35
|
cleanup-and-merge-tests: fix warnings, set gradlew permissions, enable unchecked warnings in maven
|
2023-12-30 16:30:19 -06:00 |
|
Thomas Gress
|
23ac2e7bca
|
improved annotation search performance
|
2023-12-29 12:28:24 +01:00 |
|
Sean Leary
|
d7819a4fa2
|
Merge pull request #823 from sk02241994/issue_743
JSON parsing self reference object and array
|
2023-12-27 05:28:17 -06:00 |
|
sk02241994
|
7701f21839
|
Adding comments
|
2023-12-24 11:39:26 +05:30 |
|
sk02241994
|
ffd48afa42
|
Review comments
|
2023-12-23 10:53:54 +05:30 |
|
sk02241994
|
abea194120
|
Adding JSONParserConfiguration for configuring the depth of nested maps
|
2023-12-22 15:47:55 +05:30 |
|
sk02241994
|
dcac3bc18e
|
Adding test case for nested json with depth of 999, 1000, 1001
|
2023-12-22 15:47:54 +05:30 |
|
sk02241994
|
6d811607dd
|
Resolving issue #743
- Recursive depth issue found in JSONObject
- Recursive depth issue found in JSONArray
|
2023-12-22 15:47:54 +05:30 |
|
Keaton Taylor
|
4d6de8c00a
|
Remove unused constructor and add comment above other constructor
|
2023-12-13 14:04:05 +02:00 |
|
Sean Leary
|
6dba7220e1
|
Merge pull request #835 from LaFriska/branch1
deleted redundant .toString() call in README test method Sysout
|
2023-12-07 08:20:34 -06:00 |
|
Sean Leary
|
d4521696a9
|
Merge pull request #831 from adityap27/refactor
Refactor NumberConversionUtil and toString() of CookieList & XML Classes.
|
2023-12-03 10:18:22 -06:00 |
|
Keaton Taylor
|
e430db40aa
|
Update XMLParserConfiguration to not be static and add a comment about the use of shouldTrimWhiteSpace
|
2023-11-30 10:05:54 +02:00 |
|
LaFriska
|
7cbeb35498
|
deleted redundant .toString() call in README test method Sysout
|
2023-11-28 17:39:46 -05:00 |
|
Aditya Purohit
|
aba82d9cc4
|
isNumericChar() - switch comparison order
|
2023-11-28 02:56:10 +00:00 |
|
Keaton Taylor
|
9ee10fdfc8
|
Merge remote-tracking branch 'origin/master' into feature-disable-whitespace-trim
|
2023-11-27 11:15:49 +02:00 |
|
Aditya Purohit
|
4a468d163a
|
Merge branch 'stleary:master' into refactor
|
2023-11-26 20:16:53 -04:00 |
|
Sean Leary
|
92991770ca
|
Merge pull request #830 from HappyHacker123/upgrade_json_path
Upgrade json-path's version to 2.4.0 to avoid dependency conflict.
|
2023-11-25 13:51:07 -06:00 |
|
Keaton Taylor
|
09f35372d4
|
Update clone() method so that default constructor does not need to be changed
|
2023-11-22 11:14:50 +02:00 |
|
Keaton Taylor
|
30f5b2de79
|
Add a config flag to disable whitespace trimming
|
2023-11-20 17:50:22 +02:00 |
|
Aditya Purohit
|
7f1cb8bf62
|
refactor: decompose condition of digit checks by using extra method 'isNumericChar(...)' in NumberConversionUtil.
|
2023-11-19 09:51:44 -04:00 |
|
Aditya Purohit
|
75419e3f25
|
refactor: introduce explaining variable 'indentationSuffix' in XML.toString()
|
2023-11-19 09:21:05 -04:00 |
|
Aditya Purohit
|
097a401f3f
|
refactor: rename variable boolean 'b' to 'isEndOfPair' in CookieList.toString()
|
2023-11-19 09:11:32 -04:00 |
|
Sean Leary
|
5c4a7a1b1f
|
Merge pull request #828 from harshith2000/Fix-flaky-tests
Fixed flaky tests in XMLTest.java
|
2023-11-17 11:51:00 -06:00 |
|
HappyHacker123
|
b5f9febfe9
|
Upgrade json-path's version to 2.4 to avoid dependency conflict.
|
2023-11-17 21:31:06 +08:00 |
|
Saiharshith Karuneegar Ramesh
|
1a61af8255
|
Fixed flaky tests in XMLTest.java
|
2023-11-13 13:25:30 -06:00 |
|
Sean Leary
|
11c29c366d
|
Merge pull request #824 from johnjaylward/fix821
Ignore tests that fail due to resource differences
|
2023-11-10 11:27:18 -06:00 |
|
John J. Aylward
|
a3742acf74
|
Fixes #821
add ignore annotation to tests that may fail due to differences in machine resources and can't be controlled via the tests
|
2023-11-06 17:54:09 -05:00 |
|
Sean Leary
|
783d298f99
|
Merge pull request #814 from rudrajyotib/issue813
Refactor duplicate code for stringToNumber() in JSONObject, JSONArray, and XML
|
2023-10-31 17:40:17 -05:00 |
|
Sean Leary
|
6c1bc0660a
|
Merge pull request #820 from rudrajyotib/issue748
Close XML tag explicitly for empty tags with configuration.
|
2023-10-31 17:38:45 -05:00 |
|
rudrajyoti biswas
|
8ec822c575
|
#748 - PR comments - follow convention of configuration builder.
|
2023-10-28 07:36:31 +05:30 |
|
rudrajyoti biswas
|
1ceb70b525
|
#813 - PR comments - alignments
|
2023-10-28 07:09:37 +05:30 |
|
rudrajyoti biswas
|
c05d7058ff
|
#748 - javadoc updated for methods.
|
2023-10-27 17:17:20 +05:30 |
|
rudrajyoti biswas
|
07a358449a
|
Merge branch 'master' into issue813
|
2023-10-27 17:09:01 +05:30 |
|
rudrajyoti biswas
|
7fe2fd95a5
|
Merge branch 'master' into issue748
|
2023-10-27 17:07:46 +05:30 |
|
Sean Leary
|
b5b9f636ff
|
Merge pull request #815 from johnjaylward/ensure_1-6_compat
Ensure java 6 compatable
|
2023-10-25 13:53:23 -05:00 |
|
rudrajyoti biswas
|
c6ec2f0e4c
|
#748 - close XML tag explicitly for empty tags with configuration.
|
2023-10-25 23:23:00 +05:30 |
|
Sean Leary
|
1a2108efa2
|
Merge pull request #812 from yeikel/patch-1
docs: use syntax highlighting
|
2023-10-25 09:58:30 -05:00 |
|
Sean Leary
|
caadcba30e
|
Merge pull request #794 from rudrajyotib/master
XML optLong/getLong equivalent updates for string to number conversion.
|
2023-10-25 09:55:13 -05:00 |
|
John J. Aylward
|
ea842b437c
|
remove unneeded matrix build typ for java 1.6
|
2023-10-23 17:13:07 -04:00 |
|
John J. Aylward
|
a2a8240d0d
|
upload jar files to GitHub release
|
2023-10-23 17:07:10 -04:00 |
|
John J. Aylward
|
1ab11d0802
|
ensure java 6 compatable
|
2023-10-23 15:08:21 -04:00 |
|
rudrajyoti biswas
|
5539722c69
|
#813 - address PR review comment - brought down visibility.
|
2023-10-23 23:03:35 +05:30 |
|
rudrajyoti biswas
|
98b79ae7bf
|
#813 - moved number conversion related common changes to utility static method.
|
2023-10-23 19:16:25 +05:30 |
|
Rudrajyoti Biswas
|
04a4c5a3ec
|
Merge branch 'stleary:master' into master
|
2023-10-21 12:29:31 +00:00 |
|