Commit Graph

  • 3b7ba07531 add test for invalid input on JSONTokener Simulant 2025-01-11 21:40:41 +01:00
  • 215f4268bf add Javadoc and rename parameters to speaking variable names Simulant 2025-01-11 21:35:36 +01:00
  • ca1c6830c9 remove field references to JSONTokener and JSONParserConfiguration in JSONArray and JSONObject Michael Ameri 2025-01-10 18:03:05 +01:00
  • 2e153737b1 remove-duplicate-moditect: from pom.xml Sean Leary 2025-01-08 07:33:37 -06:00
  • 391c86931b
    Merge pull request #930 from stleary/pre-release-20250107 Sean Leary 2025-01-07 15:40:58 -06:00
  • ed8c73964a pre-release-20250107 pre-release-20250107 Sean Leary 2025-01-07 15:30:43 -06:00
  • 324090a876
    Merge pull request #929 from stleary/restore-moditect-pom.xml 20250107 Sean Leary 2025-01-07 15:24:21 -06:00
  • 41c6e9e81e restore-moditect-pom.xml restore plugin Sean Leary 2025-01-07 07:47:46 -06:00
  • 0e60592bdb
    Merge pull request #924 from stleary/pre-release-20241224 20241224 Sean Leary 2024-12-24 08:27:15 -06:00
  • 4cd70cf9d9 pre-release-20241224: updates for next release pre-release-20241224 Sean Leary 2024-12-24 08:19:27 -06:00
  • ac40a6faa3
    Merge pull request #921 from stleary/restore-jsonparserconfiguration Sean Leary 2024-12-21 10:11:03 -06:00
  • 2dcef89a6f Code review action items - add comments and consistent error messages for strict mode Sean Leary 2024-12-21 09:50:52 -06:00
  • d3c7eaf17e restore-jsonparserconfiguration: fix unit tests to work when strictMode default is true Sean Leary 2024-12-15 13:18:39 -06:00
  • 09536cd6c8 restore-jsonparserconfiguration: add jsonobject strict tests. Detect semicolon instead of colon separator in object Sean Leary 2024-12-15 10:38:54 -06:00
  • 1f0729cadb restore-jsonparserconfiguration: strict mode initial attempt. Still missing all JSONObject test cases and strict mode sanity check. Might be able to simplify implementation a bit more Sean Leary 2024-12-14 14:40:40 -06:00
  • 80b2672f77 restore-jsonparserconfiguration: clean up some whitespace Sean Leary 2024-12-14 10:07:26 -06:00
  • 1f308db7c4 restore-jsonparserconfiguration: Restore methods to be used for strict mode Sean Leary 2024-12-14 10:01:27 -06:00
  • 2ee5bf13f4
    Merge pull request #907 from hexetia/fix-901 Sean Leary 2024-11-13 16:29:34 -06:00
  • e7e52dad82
    Merge pull request #894 from stleary/update-jsonpath Sean Leary 2024-11-10 17:43:33 -06:00
  • 39ee5e092f
    Merge pull request #911 from stleary/revert-strict-mode-for-now Sean Leary 2024-11-10 17:41:11 -06:00
  • 215ec9bb9c Revert "Merge pull request #877 from rikkarth/feat/871-strictMode" Sean Leary 2024-11-03 09:50:08 -06:00
  • 61dc2644d8 Revert "Merge pull request #886 from Simulant87/884-strictmode-javadoc" Sean Leary 2024-11-03 09:49:50 -06:00
  • ab1b9a3459 Revert "Merge pull request #888 from rikkarth/fix/887" Sean Leary 2024-11-03 09:49:23 -06:00
  • 14e9cdc485
    fix(#901): add the jsonparserConfiguration param to avoid a stackoverflow error Lucas Nascimento 2024-10-05 11:43:00 -03:00
  • 0d71dcf713
    test(#901): call JsonArray.putAll with a casted list as object Lucas Nascimento 2024-10-05 11:39:26 -03:00
  • 14f71274f7
    Merge pull request #888 from rikkarth/fix/887 Sean Leary 2024-05-20 20:18:49 -05:00
  • a8ab79e3f3
    chore(#887): JSONParserConfiguration strictMode true flag cleanup rikkarth 2024-05-19 14:41:16 +01:00
  • 783577be19 update-jsonpath: update jsonpath from 2.4.0 to 2.9.0 Sean Leary 2024-05-14 20:48:33 -05:00
  • 054786e300
    Merge pull request #889 from kaiyaok2/fix_nio_tests Sean Leary 2024-05-03 12:15:52 -05:00
  • 48dfeb84b0
    fix(#887): unit tests, uncommented tests after fix rikkarth 2024-04-28 23:52:53 +01:00
  • 1ae43bdb90
    fix(#887): regressions, unit tests rikkarth 2024-04-28 23:30:05 +01:00
  • cf00ef3e8a fixes the broken JSONTokenerTest cases Sean Leary 2024-04-28 12:47:51 -05:00
  • 0180bd90f0 fixes the broken XMLTest cases Sean Leary 2024-04-28 12:41:58 -05:00
  • fa2f3402d6 fixes the broken XMLConfigurationTest cases Sean Leary 2024-04-28 11:33:31 -05:00
  • f4944fbf1e fixes the broken JSONMLTest cases Sean Leary 2024-04-28 11:28:38 -05:00
  • 1881cbe91a fixes the broken CDLTest cases Sean Leary 2024-04-28 11:23:01 -05:00
  • 209837357b fixes the broken JSONObjectTest cases Sean Leary 2024-04-28 11:03:24 -05:00
  • d1fd901bdb fixes the JSONObjectNumberTest cases Sean Leary 2024-04-28 10:47:40 -05:00
  • 6529a7e536 fixes the broken JSONArrayTest cases Sean Leary 2024-04-28 10:45:23 -05:00
  • 4319b71934 force strict mode to expose failing tests Sean Leary 2024-04-28 10:37:36 -05:00
  • 1e3f37be98
    feat(#877): add additional validation, test case rikkarth 2024-04-27 22:37:21 +01:00
  • 7a8c21621c
    fix(#877): adaptation for java 6 compatibility rikkarth 2024-04-27 22:16:38 +01:00
  • 9216a19366
    feat(#877): improved JSONArray and JSONTokener logic rikkarth 2024-04-27 22:14:35 +01:00
  • b6e347d7f8 fixed non-idempotent unit tests Kaiyao Ke 2024-04-26 01:01:21 -05:00
  • 879579d3bb
    chore(#887): signature minor edit rikkarth 2024-04-23 20:54:20 +01:00
  • 898dd5a39d
    fix(#887): allow null value strict mode rikkarth 2024-04-23 20:52:02 +01:00
  • ce13ebd5fe
    chore(#887): clean up parsedUnquotedText implementation rikkarth 2024-04-23 20:42:11 +01:00
  • 7cc19483fb
    fix(#887): regression parsing array with non-string and boolean values rikkarth 2024-04-23 19:06:27 +01:00
  • 0bace72ced
    fix(#887): small typo rikkarth 2024-04-21 22:09:05 +01:00
  • 03def9c7fc
    Merge branch 'master' of github.com:stleary/JSON-java into fix/887 rikkarth 2024-04-21 22:05:56 +01:00
  • 3dcd5b2fab
    fix(#887): double array breaking JSONTokener.nextValue rikkarth 2024-04-21 11:03:15 +01:00
  • 8983ca6da1
    Merge pull request #886 from Simulant87/884-strictmode-javadoc Sean Leary 2024-04-15 17:00:32 -05:00
  • ce074e9f9a
    fix(#887): corrected small typo rikkarth 2024-04-14 23:23:06 +01:00
  • 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