Commit Graph

  • fe597d296e fix(#887): complete strictMode for JSONArray rikkarth 2024-04-14 23:11:17 +01:00
  • 5bd4257c54 add javadoc for strictmode Simulant87 2024-04-12 15:30:41 +02:00
  • d02ac0f2a3 Merge pull request #877 from rikkarth/feat/871-strictMode Sean Leary 2024-04-10 10:27:09 -05:00
  • cfd47615d0 Update README.md to fix the download-jar link Sean Leary 2024-04-07 12:33:33 -05:00
  • 3200275881 change(stleary#871-strictMode): cleanup rikkarth 2024-04-07 10:26:28 +01:00
  • d92d62afc2 Merge branch 'master' into feat/871-strictMode rikkarth 2024-03-30 22:03:57 +00:00
  • 46534b56ad feat(#871-strictMode): removed allowSingleQuotes rikkarth 2024-03-30 18:44:51 +00:00
  • 87406e4db1 Merge pull request #879 from Simulant87/add-syntax-error-details Sean Leary 2024-03-30 09:42:27 -05:00
  • c0918c2428 feat(#871-strictMode): add allowSingleQuote option, add enhancements and simplification rikkarth 2024-03-30 11:06:30 +00:00
  • d2cb38dba7 feat(#871-strictMode): added ORIGINAL implementation to JSONParserConfiguration rikkarth 2024-03-30 10:26:44 +00:00
  • 4929fc99c1 test(#871-strictMode): added more test cases, improved existing ones rikkarth 2024-03-30 10:15:47 +00:00
  • 372f5caac4 feat(#871-strictMode): enhanced and simplified strictMode logic rikkarth 2024-03-30 10:15:10 +00:00
  • 0fcf352848 Revert "explain position information numbers in syntax exception" Simulant 2024-03-27 20:35:43 +01:00
  • 78cdb3d0d6 fix wrong comment update Simulant87 2024-03-23 22:07:05 +01:00
  • 7324cc0b26 fix wrong comment update Simulant87 2024-03-23 22:06:20 +01:00
  • 75a34a246f fix wrong comment update Simulant87 2024-03-23 22:05:51 +01:00
  • 78151beea2 fix wrong comment update Simulant87 2024-03-23 22:05:27 +01:00
  • ccb4a9b95f fix wrong comment update Simulant87 2024-03-23 22:04:53 +01:00
  • 4e39d8ccf2 fix wrong comment update Simulant87 2024-03-23 22:03:57 +01:00
  • d69d5e284b explain position information numbers in syntax exception Simulant 2024-03-23 22:02:54 +01:00
  • f1c9d0787b add test cases for extended syntax error exception messages Simulant 2024-03-23 21:49:58 +01:00
  • 49de92224d chore(#871-strictMode): fix small spacing typo rikkarth 2024-03-22 18:42:49 +00:00
  • d335447ab4 test(#871-strictMode): add two more test which validate error correctness rikkarth 2024-03-22 18:28:56 +00:00
  • 6c160b7d1a leave JSONTokener.toString unchanged Simulant 2024-03-22 12:08:06 +01:00
  • 30dc22790c extend syntax error information Simulant 2024-03-22 12:02:09 +01:00
  • 8f66865e0a Merge branch 'master' into feat/871-strictMode rikkarth 2024-03-21 08:08:15 +00:00
  • 45dede448c Merge pull request #867 from Simulant87/863-improve-toString-performance-StringBuilderWriter Sean Leary 2024-03-20 16:56:33 -05:00
  • 6aed1cfeb6 fix typo Simulant87 2024-03-18 23:07:22 +01:00
  • 3672b5e158 chore(#871-strictMode): reverted unrelated changes rikkarth 2024-03-17 15:20:38 +00:00
  • f3b3491f4d chore(#871-strictMode): reverted refactor in JSONTokener rikkarth 2024-03-16 01:13:52 +00:00
  • e2fe14d951 fix(#871-strictMode): replaced stream with conventional loop for 1.6 compatibility rikkarth 2024-03-16 00:48:58 +00:00
  • 0ff368ca07 chore(#871-strictMode): corrected small syntax typo in unit test rikkarth 2024-03-15 23:13:21 +00:00
  • c51efe8b08 docs(#871-strictMode): JSONArray constructor JavaDoc update rikkarth 2024-03-15 22:55:09 +00:00
  • e67abb3842 feat(#871-strictMode): improved validation, strict mode for quotes implementation rikkarth 2024-03-15 22:28:31 +00:00
  • c140e91bb8 test(#871-strictMode): strict mode false initial implementation rikkarth 2024-03-15 01:23:20 +00:00
  • 63e8314deb feat(#871-strictMode): strictMode JSONArray initial implementation rikkarth 2024-03-15 00:45:32 +00:00
  • dcbbccc76c feat(#871-strictMode): strictMode configuration add to JSONParserConfiguration rikkarth 2024-03-15 00:19:25 +00:00
  • b75da07545 #863 move instanceof Enum check back to original position Simulant 2024-03-10 23:21:47 +01:00
  • 6c35b08ad6 #863 make StringBuilderWriter public and move test Simulant 2024-03-10 23:20:09 +01:00
  • 60090a7167 add a test case for an enum implementing JSONString Simulant 2024-02-25 09:45:57 +01:00
  • 0c5cf18255 Revert "#863 improve performance of JSONTokener#nextString" Simulant 2024-03-10 21:12:28 +01:00
  • 5974fc1a38 Merge branch 'master' into 863-improve-toString-performance-StringBuilderWriter Simulant 2024-03-10 21:10:21 +01:00
  • a3f15e5883 Revert "#863 replace usage of back() method in JSONObject parsing" Simulant 2024-03-10 21:08:31 +01:00
  • 045324ab42 Revert "#863 replace short switch statements with if-else" Simulant 2024-03-10 21:08:10 +01:00
  • eda08415ca Revert "#863 increase compiler stack size on build pipeline" Simulant 2024-03-10 21:05:22 +01:00
  • 48c092acfb Merge pull request #876 from stleary/remove-jsonparserconfig-ctor Sean Leary 2024-03-09 09:22:39 -06:00
  • dab29ec1d5 remove-jsonparserconfig-ctor - just use the withOverwriteDuplicateKey() method Sean Leary 2024-03-09 09:15:53 -06:00
  • 712859d771 Merge pull request #857 from XIAYM-gh/master Sean Leary 2024-03-09 09:11:09 -06:00
  • 05b0897f41 Merge branch 'stleary:master' into master XIAYM 2024-03-09 22:19:30 +08:00
  • c010033591 #863 replace short switch statements with if-else Simulant 2024-03-05 22:12:57 +01:00
  • 5407423e43 #863 replace usage of back() method in JSONObject parsing Simulant 2024-03-05 22:11:24 +01:00
  • 63625b3c62 #863 improve performance of JSONTokener#nextString Simulant 2024-03-05 09:43:54 +01:00
  • f9b5587c87 Merge pull request #875 from stleary/20240303-pre-release-updates Sean Leary 2024-03-03 08:55:13 -06:00
  • 3d69990ab5 20240303-pre-release-updates updates for release Sean Leary 2024-03-03 08:47:53 -06:00
  • ba05e1a98c Merge pull request #874 from stleary/pipeline-updates Sean Leary 2024-03-03 08:02:03 -06:00
  • 390d442054 pipeline-updates - remove deployment.yml for now, will restore after setting up secrets Sean Leary 2024-03-02 10:00:13 -06:00
  • 3eb8a62af6 pipeline-updates - space after # char? Sean Leary 2024-03-02 09:57:40 -06:00
  • 989cdb61bc pipeline-updates - do not build in parallel Sean Leary 2024-03-02 09:15:32 -06:00
  • 8de0628bd1 pipeline-updates - disable deployment.yml workflow for now (it's not set up in secrets yet) Sean Leary 2024-03-02 08:55:24 -06:00
  • 569be9d19e Merge branch 'master' into pipeline-updates Sean Leary 2024-03-02 08:34:10 -06:00
  • 3f97826462 Merge pull request #869 from stleary/revert-recent-objLong-getLong-changes Sean Leary 2024-02-28 09:52:04 -06:00
  • d520210ea2 Added one more example to XMLTest clarifyCurrentBehavior() Sean Leary 2024-02-25 10:45:34 -06:00
  • f38452a00c add a comment explaining the ordering Simulant 2024-02-25 09:47:40 +01:00
  • 4f456d9432 #863 fix changed behaviour of changing order in writeValue with JSONString Simulant 2024-02-25 09:42:06 +01:00
  • 898288810f add unit tests to clarify current behavior for JSONObject and XML Sean Leary 2024-02-24 21:07:12 -06:00
  • d878c38d40 #863 reorder instanceof checks by assumed frequency Simulant 2024-02-24 22:36:14 +01:00
  • e2194bc190 #863 undo wrong optimisation, fixing failing test Simulant 2024-02-24 21:35:29 +01:00
  • d672b44a25 #863 add StringBuilderWriter unit test Simulant 2024-02-24 21:29:28 +01:00
  • 06778bd2d9 #863 compute initial capacity for StringBuilderWriter Simulant 2024-02-24 21:21:06 +01:00
  • 771c82c4eb backing out recent changes to optLong, getLong. See #868 Sean Leary 2024-02-24 13:07:51 -06:00
  • 6660e40915 #863 increase compiler stack size on build pipeline Simulant 2024-02-23 22:02:35 +01:00
  • 0ff635c456 #863 improve formatting Simulant 2024-02-23 21:56:40 +01:00
  • 7c7a98da71 #863 use StringBuilderWriter to toString methods Simulant 2024-02-23 21:48:25 +01:00
  • d36066cf82 Merge pull request #860 from jscrdev/fixed-javadocs2 Sean Leary 2024-02-22 20:18:34 -06:00
  • af8cb376c2 Add tests (+ fix bugs) & missing javadoc XIAYM-gh 2024-02-19 18:58:25 +08:00
  • c1107fa987 pipeline-updates: Java 11 intermittent fail - try separate build Sean Leary 2024-02-18 16:17:41 -06:00
  • cd631d970e pipeline-updates: Java 11 intermittent fail - try an earlier release (there is no later release Sean Leary 2024-02-18 15:54:29 -06:00
  • f0289413d6 pipeline-updates: Java 11 intermittent fail - try increasing stack size Sean Leary 2024-02-18 15:45:13 -06:00
  • b4b39bb441 pipeline-updates: Java 11 intermittent test failures, try not running in parallel Sean Leary 2024-02-18 15:29:44 -06:00
  • 6dc1ed0a02 Merge branch 'stleary:master' into master XIAYM 2024-02-18 11:07:09 +08:00
  • 86253211c2 Added missing Javadocs for Java 21 Valentyn Kolesnikov 2024-02-18 04:20:33 +02:00
  • 77c899d325 Merge pull request #858 from stleary/cleanup-after-commit Sean Leary 2024-02-17 16:23:51 -06:00
  • b314611230 Merge branch 'stleary:master' into master XIAYM 2024-02-15 09:51:56 +08:00
  • cb2c8d3962 Revert some unnecessary changes (mentioned in #840) XIAYM-gh 2024-02-14 17:53:58 +08:00
  • f164b8c597 cleanup-after-commit reverted pom.xml version 8 change and tabs in cdl. Updated JavaDocs in cdl Sean Leary 2024-02-13 20:08:54 -06:00
  • 6358b7f681 Merge pull request #854 from jscrdev/fixed-javadocs Sean Leary 2024-02-13 09:05:48 -06:00
  • 21a9fae7b0 Try making java 6 & old version javadoc generator compatible XIAYM-gh 2024-02-13 22:33:30 +08:00
  • 8550175556 Merge pull request #856 from michael-ameri/custom-delimiter Sean Leary 2024-02-13 08:21:43 -06:00
  • 10514e48cb Implemented custom duplicate key handling - Supports: throw an exception (by default), ignore, overwrite & merge into a JSONArray - With tests, 4/4 passed. XIAYM-gh 2024-02-13 18:56:10 +08:00
  • 72214f1b43 add ability for custom delimiters mameri 2024-02-09 11:52:18 +01:00
  • 99c84fdf3a Enhanced documentation for Java classes Valentyn Kolesnikov 2024-02-02 09:07:48 +02:00
  • 010e83b925 Update RELEASES.md for release 20240205 Sean Leary 2024-02-05 20:44:18 -06:00
  • 9865dbbebe Update pom.xml for release 20240205 Sean Leary 2024-02-05 20:23:59 -06:00
  • 4548696c8d Update README.md for release 20240205 Sean Leary 2024-02-05 20:22:23 -06:00
  • f0308a3475 Merge pull request #855 from stleary/Fix-stack-overflow-failures Sean Leary 2024-02-05 14:18:20 -06:00
  • 19dec1bb5f Fixing JSONArrayTest testRecursiveDepthArrayFor1000Levels() Sean Leary 2024-02-02 13:11:37 -06:00
  • f2d20988de Merge pull request #832 from keatontaylor10/feature-disable-whitespace-trim Sean Leary 2024-01-26 19:40:36 -06:00
  • 7915d8518f Merge branch 'stleary:master' into feature-disable-whitespace-trim Keaton 2024-01-18 09:17:26 +02:00
  • 55b824d4c4 Merge pull request #846 from stleary/cleanup-and-merge-tests Sean Leary 2024-01-04 08:52:02 -06:00
  • ac7806d060 Merge pull request #845 from seppl831/fix-annotation-search-performance Sean Leary 2024-01-01 11:43:15 -06:00