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 |
|
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
|
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 d69d5e284b .
|
2024-03-27 20:36:35 +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 |
|
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 |
|
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
|
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
|
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
|
0c5cf18255
|
Revert "#863 improve performance of JSONTokener#nextString"
This reverts commit 63625b3c62 .
|
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 5407423e43 .
|
2024-03-10 21:08:31 +01:00 |
|
Simulant
|
045324ab42
|
Revert "#863 replace short switch statements with if-else"
This reverts commit c010033591 .
|
2024-03-10 21:08:10 +01:00 |
|
Sean Leary
|
dab29ec1d5
|
remove-jsonparserconfig-ctor - just use the withOverwriteDuplicateKey() method
|
2024-03-09 09:15:53 -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 |
|
Simulant
|
f38452a00c
|
add a comment explaining the ordering
(cherry picked from commit df0e3e9ab73d99f1256055a17bd86c8a1a000b59)
|
2024-02-25 09:50:26 +01:00 |
|
Simulant
|
4f456d9432
|
#863 fix changed behaviour of changing order in writeValue with JSONString
|
2024-02-25 09:42:06 +01:00 |
|
Simulant
|
d878c38d40
|
#863 reorder instanceof checks by assumed frequency
|
2024-02-24 22:36:14 +01:00 |
|
Simulant
|
e2194bc190
|
#863 undo wrong optimisation, fixing failing test
|
2024-02-24 21:35:29 +01:00 |
|
Simulant
|
06778bd2d9
|
#863 compute initial capacity for StringBuilderWriter
|
2024-02-24 21:21:06 +01:00 |
|
Sean Leary
|
771c82c4eb
|
backing out recent changes to optLong, getLong. See #868
|
2024-02-24 13:07:51 -06:00 |
|
Simulant
|
0ff635c456
|
#863 improve formatting
|
2024-02-23 21:56:40 +01:00 |
|
Simulant
|
7c7a98da71
|
#863 use StringBuilderWriter to toString methods
resulting in a faster toString generation.
|
2024-02-23 21:48:25 +01:00 |
|
XIAYM-gh
|
af8cb376c2
|
Add tests (+ fix bugs) & missing javadoc
|
2024-02-19 18:58:25 +08:00 |
|
XIAYM
|
6dc1ed0a02
|
Merge branch 'stleary:master' into master
|
2024-02-18 11:07:09 +08:00 |
|
Valentyn Kolesnikov
|
86253211c2
|
Added missing Javadocs for Java 21
|
2024-02-18 04:20:33 +02:00 |
|
XIAYM
|
b314611230
|
Merge branch 'stleary:master' into master
|
2024-02-15 09:51:56 +08:00 |
|
XIAYM-gh
|
cb2c8d3962
|
Revert some unnecessary changes (mentioned in #840)
|
2024-02-14 17:53:58 +08:00 |
|
Sean Leary
|
f164b8c597
|
cleanup-after-commit reverted pom.xml version 8 change and tabs in cdl. Updated JavaDocs in cdl
|
2024-02-13 20:08:54 -06:00 |
|
Sean Leary
|
6358b7f681
|
Merge pull request #854 from jscrdev/fixed-javadocs
Enhanced documentation for Java classes
|
2024-02-13 09:05:48 -06:00 |
|
XIAYM-gh
|
21a9fae7b0
|
Try making java 6 & old version javadoc generator compatible
|
2024-02-13 22:33:30 +08:00 |
|
XIAYM-gh
|
10514e48cb
|
Implemented custom duplicate key handling
- Supports: throw an exception (by default), ignore, overwrite & merge into a JSONArray
- With tests, 4/4 passed.
|
2024-02-13 18:56:10 +08:00 |
|
mameri
|
72214f1b43
|
add ability for custom delimiters
|
2024-02-09 11:52:18 +01:00 |
|
Valentyn Kolesnikov
|
99c84fdf3a
|
Enhanced documentation for Java classes
|
2024-02-07 14:43:44 +02:00 |
|
Keaton
|
7915d8518f
|
Merge branch 'stleary:master' into feature-disable-whitespace-trim
|
2024-01-18 09:17:26 +02:00 |
|