rikkarth
|
d92d62afc2
|
Merge branch 'master' into feat/871-strictMode
|
2024-03-30 22:03:57 +00:00 |
|
rikkarth
|
46534b56ad
|
feat(#871-strictMode): removed allowSingleQuotes
test(#871-strictMode): adjusted related tests, add more test cases for non-compliant quotes in strict mode
|
2024-03-30 18:44:51 +00:00 |
|
Sean Leary
|
87406e4db1
|
Merge pull request #879 from Simulant87/add-syntax-error-details
extend syntax error information
|
2024-03-30 09:42:27 -05:00 |
|
rikkarth
|
c0918c2428
|
feat(#871-strictMode): add allowSingleQuote option, add enhancements and simplification
|
2024-03-30 11:06:30 +00:00 |
|
rikkarth
|
d2cb38dba7
|
feat(#871-strictMode): added ORIGINAL implementation to JSONParserConfiguration
|
2024-03-30 10:26:44 +00:00 |
|
rikkarth
|
4929fc99c1
|
test(#871-strictMode): added more test cases, improved existing ones
|
2024-03-30 10:15:47 +00:00 |
|
rikkarth
|
372f5caac4
|
feat(#871-strictMode): enhanced and simplified strictMode logic
|
2024-03-30 10:15:10 +00:00 |
|
Simulant
|
0fcf352848
|
Revert "explain position information numbers in syntax exception"
This reverts commit d69d5e284b3ee797f3950d80eb9dfc571a944284.
|
2024-03-27 20:36:35 +01:00 |
|
Simulant87
|
78cdb3d0d6
|
fix wrong comment update
|
2024-03-23 22:07:05 +01:00 |
|
Simulant87
|
7324cc0b26
|
fix wrong comment update
|
2024-03-23 22:06:20 +01:00 |
|
Simulant87
|
75a34a246f
|
fix wrong comment update
|
2024-03-23 22:05:51 +01:00 |
|
Simulant87
|
78151beea2
|
fix wrong comment update
|
2024-03-23 22:05:27 +01:00 |
|
Simulant87
|
ccb4a9b95f
|
fix wrong comment update
|
2024-03-23 22:04:53 +01:00 |
|
Simulant87
|
4e39d8ccf2
|
fix wrong comment update
|
2024-03-23 22:03:57 +01:00 |
|
Simulant
|
d69d5e284b
|
explain position information numbers in syntax exception
|
2024-03-23 22:02:54 +01:00 |
|
Simulant
|
f1c9d0787b
|
add test cases for extended syntax error exception messages
|
2024-03-23 21:49:58 +01:00 |
|
rikkarth
|
49de92224d
|
chore(#871-strictMode): fix small spacing typo
|
2024-03-22 18:42:49 +00:00 |
|
rikkarth
|
d335447ab4
|
test(#871-strictMode): add two more test which validate error correctness
|
2024-03-22 18:28:56 +00:00 |
|
Simulant
|
6c160b7d1a
|
leave JSONTokener.toString unchanged
|
2024-03-22 12:08:06 +01:00 |
|
Simulant
|
30dc22790c
|
extend syntax error information
|
2024-03-22 12:02:09 +01:00 |
|
rikkarth
|
8f66865e0a
|
Merge branch 'master' into feat/871-strictMode
|
2024-03-21 08:08:15 +00:00 |
|
Sean Leary
|
45dede448c
|
Merge pull request #867 from Simulant87/863-improve-toString-performance-StringBuilderWriter
Improve toString Performance: Use StringBuilderWriter for toString methods
|
2024-03-20 16:56:33 -05:00 |
|
Simulant87
|
6aed1cfeb6
|
fix typo
|
2024-03-18 23:07:22 +01:00 |
|
rikkarth
|
3672b5e158
|
chore(#871-strictMode): reverted unrelated changes
|
2024-03-17 15:20:38 +00:00 |
|
rikkarth
|
f3b3491f4d
|
chore(#871-strictMode): reverted refactor in JSONTokener
|
2024-03-16 01:13:52 +00:00 |
|
rikkarth
|
e2fe14d951
|
fix(#871-strictMode): replaced stream with conventional loop for 1.6 compatibility
|
2024-03-16 00:48:58 +00:00 |
|
rikkarth
|
0ff368ca07
|
chore(#871-strictMode): corrected small syntax typo in unit test
|
2024-03-15 23:13:21 +00:00 |
|
rikkarth
|
c51efe8b08
|
docs(#871-strictMode): JSONArray constructor JavaDoc update
|
2024-03-15 22:55:09 +00:00 |
|
rikkarth
|
e67abb3842
|
feat(#871-strictMode): improved validation, strict mode for quotes implementation
|
2024-03-15 22:28:31 +00:00 |
|
rikkarth
|
c140e91bb8
|
test(#871-strictMode): strict mode false initial implementation
|
2024-03-15 01:23:20 +00:00 |
|
rikkarth
|
63e8314deb
|
feat(#871-strictMode): strictMode JSONArray initial implementation
test(#871-strictMode): initial test implementation
|
2024-03-15 00:45:32 +00:00 |
|
rikkarth
|
dcbbccc76c
|
feat(#871-strictMode): strictMode configuration add to JSONParserConfiguration
docs(#871-strictMode): add javadoc
|
2024-03-15 00:19:25 +00:00 |
|
Simulant
|
b75da07545
|
#863 move instanceof Enum check back to original position
|
2024-03-10 23:21:47 +01:00 |
|
Simulant
|
6c35b08ad6
|
#863 make StringBuilderWriter public and move test
|
2024-03-10 23:20:09 +01:00 |
|
Simulant
|
60090a7167
|
add a test case for an enum implementing JSONString
(cherry picked from commit d17bbbd4174b3d84f70a6f0fdce9edc10d846a1a)
|
2024-03-10 21:13:54 +01:00 |
|
Simulant
|
0c5cf18255
|
Revert "#863 improve performance of JSONTokener#nextString"
This reverts commit 63625b3c622407273d2654660be7659ac5d74db7.
|
2024-03-10 21:12:28 +01:00 |
|
Simulant
|
5974fc1a38
|
Merge branch 'master' into 863-improve-toString-performance-StringBuilderWriter
|
2024-03-10 21:10:21 +01:00 |
|
Simulant
|
a3f15e5883
|
Revert "#863 replace usage of back() method in JSONObject parsing"
This reverts commit 5407423e439dfb4095e371666a65cf4f6603606d.
|
2024-03-10 21:08:31 +01:00 |
|
Simulant
|
045324ab42
|
Revert "#863 replace short switch statements with if-else"
This reverts commit c010033591c192a0821bdd8fe23bc61cdc6fe738.
|
2024-03-10 21:08:10 +01:00 |
|
Simulant
|
eda08415ca
|
Revert "#863 increase compiler stack size on build pipeline"
This reverts commit 6660e4091569fc48e582ab77c6626491f8bab8db.
|
2024-03-10 21:05:22 +01:00 |
|
Sean Leary
|
48c092acfb
|
Merge pull request #876 from stleary/remove-jsonparserconfig-ctor
remove-jsonparserconfig-ctor - just use withOverwriteDuplicateKey()
|
2024-03-09 09:22:39 -06:00 |
|
Sean Leary
|
dab29ec1d5
|
remove-jsonparserconfig-ctor - just use the withOverwriteDuplicateKey() method
|
2024-03-09 09:15:53 -06:00 |
|
Sean Leary
|
712859d771
|
Merge pull request #857 from XIAYM-gh/master
Implemented custom duplicate key handling (#840)
|
2024-03-09 09:11:09 -06:00 |
|
XIAYM
|
05b0897f41
|
Merge branch 'stleary:master' into master
|
2024-03-09 22:19:30 +08:00 |
|
Simulant
|
c010033591
|
#863 replace short switch statements with if-else
|
2024-03-05 22:12:57 +01:00 |
|
Simulant
|
5407423e43
|
#863 replace usage of back() method in JSONObject parsing
|
2024-03-05 22:11:24 +01:00 |
|
Simulant
|
63625b3c62
|
#863 improve performance of JSONTokener#nextString
replacing a switch-case statement with few branches
by if-else cases
|
2024-03-05 09:43:54 +01:00 |
|
Sean Leary
|
f9b5587c87
|
Merge pull request #875 from stleary/20240303-pre-release-updates
20240303-pre-release-updates updates for release
20240303
|
2024-03-03 08:55:13 -06:00 |
|
Sean Leary
|
3d69990ab5
|
20240303-pre-release-updates updates for release
|
2024-03-03 08:47:53 -06:00 |
|
Sean Leary
|
ba05e1a98c
|
Merge pull request #874 from stleary/pipeline-updates
Deployment and Pipeline action updates
|
2024-03-03 08:02:03 -06:00 |
|