GitHub / stleary/JSON-java / commits
A reference implementation of a JSON package in Java.
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 6c140480 | merge Merge pull request #1073 from stleary/pre-release-20260814 |
Sean Leary <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
4 days ago | |
| 34efda64 | pre-release-20260814 initial commit | Sean Leary <s****y@S****l> | 4 days ago | |
| 22ab2fb7 | Update jar file link in README |
Sean Leary <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
17 days ago | |
| 392a3529 | Fix formatting of the latest release jar file link |
Sean Leary <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
17 days ago | |
| b594a322 | merge Merge pull request #1070 from dong0713/fix/xml-unescape-whitespace-control-chars |
Sean Leary <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
20 days ago | |
| 94854a1d | Fix XML.unescape rejecting valid whitespace numeric character references | dong0713 <4****0@q****m> | 29 days ago | |
| 1795e8cf | merge Merge pull request #1069 from stleary/pre-release-20260719 |
Sean Leary <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
29 days ago | |
| da757c66 | pre-release-20260719 oops forgot to update new unit tests for strict mode | Sean Leary <s****y@S****l> | 29 days ago | |
| d24bc9e5 | pre-release-20260719 initial commit | Sean Leary <s****y@S****l> | 30 days ago | |
| 80efb529 | merge Merge pull request #1068 from stleary/max-number-length-config |
Sean Leary <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
30 days ago | |
| 9953b760 | max-number-length-config sonarqube fixes | Sean Leary <s****y@S****l> | about 1 month ago | |
| a28328c7 | merge Merge pull request #1067 from mechko/1063-biginteger-exponent-dos |
Sean Leary <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 month ago | |
| 703ac34a |
#1063: add JSONParserConfiguration overloads for getBigInteger/optBigInteger
Co-authored-by: Claude <n****y@a****m> |
Mirko Swillus <m****o@m****u> | about 1 month ago | |
| e40d933d |
#1063: add comment to expected-exception catch block (SonarCloud java:S108)
Co-authored-by: Claude <n****y@a****m> |
Mirko Swillus <m****o@m****u> | about 1 month ago | |
| fce83c91 |
#1063: bound BigDecimal->BigInteger expansion in objectToBigInteger
Co-authored-by: Claude <n****y@a****m> |
Mirko Swillus <m****o@m****u> | about 1 month ago | |
| 90563eb8 | 1063-option-3 parserConfig set max len | Sean Leary <s****y@S****l> | about 1 month ago | |
| 1efb5f6c | merge Merge pull request #1065 from Damien-Warren-206/master |
Sean Leary <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 month ago | |
| ab92bb90 | Fixes CVE-2026-59171 | Damien Warren <d****1@g****m> | about 2 months ago | |
| c91d821d | merge Merge pull request #1062 from Fahmida-Hossain-Charu/pr/refactor-cdl-row-seria... |
Sean Leary <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
about 2 months ago | |
| 4a23fd8d | merge Merge pull request #1061 from stleary/restore-lenient-jsonarray |
Sean Leary <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
2 months ago | |
| 8353b59f | Address CDL row serialization review comments | Fahmida-Hossain-Charu <f****u@g****m> | 2 months ago | |
| ad26e942 | restore-lenient-jsonarray fix some sonarcube issues | Sean Leary <s****y@S****l> | 2 months ago | |
| c073157a | restore-lenient-jsonarray initial commit | Sean Leary <s****y@S****l> | 2 months ago | |
| 26ee6eb2 | Refactor CDL row serialization | Fahmida-Hossain-Charu <f****u@g****m> | 2 months ago | |
| 33a46984 | merge Merge pull request #1058 from stleary/docs-and-warnings-cleanup |
Sean Leary <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
3 months ago | |
| d84fa1af | docs-and-warnings-cleanup cleanup some doc files, update pom for deployment, ... | Sean Leary <s****y@S****l> | 3 months ago | |
| 968a5922 | merge Merge pull request #1054 from stleary/pre-release-20260522 |
Sean Leary <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
3 months ago | |
| 3665aad8 | pre-release-20260522 doc and build updates for release | Sean Leary <s****y@S****l> | 3 months ago | |
| d749ee16 | merge Merge pull request #1053 from stleary/update-security-md-with-key |
Sean Leary <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
3 months ago | |
| 64959833 | update-security-md-with-key new security.md file, also fixed 1000 level jsona... | Sean Leary <s****y@S****l> | 3 months ago | |
| 896ce0fb | merge Merge pull request #1046 from yuki-matsuhashi/master |
Sean Leary <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| 18770697 | Validate XML numeric character references before string construction | Yuki Matsuhashi <y****i@m****v> | 5 months ago | |
| b959027a | merge Merge pull request #1044 from yuki-matsuhashi/1043-ignore-static |
Sean Leary <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| 039f331d | Add comment for empty test constructor | Yuki Matsuhashi <y****i@m****v> | 5 months ago | |
| 94e34000 | Ignore static fields in JSONObject.fromJson() | Yuki Matsuhashi <y****i@m****v> | 5 months ago | |
| 6230128f | merge Merge pull request #1041 from stleary/license-clarification |
Sean Leary <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| ff264ef6 | Enhance README with license clarification |
Sean Leary <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| a37aa694 | merge Merge pull request #1039 from pratiktiwari13/bugfix/empty-force-list |
Sean Leary <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
7 months ago | |
| 510a03ac | Fixes #1040, Aligns non-forceList behaviour with forceList | Pratik Tiwari <p****3@g****m> | 7 months ago | |
| 538afc3d | merge Merge pull request #1038 from OwenSanzas/fix-xmltokener-unescapeentity |
Sean Leary <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
7 months ago | |
| d092d090 | merge Merge pull request #1037 from OwenSanzas/fix-jsonml-classcast |
Sean Leary <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
7 months ago | |
| 7a8da886 | Remove unnecessary conditions | Pratik Tiwari <p****3@g****m> | 7 months ago | |
| 0737e04f | Add unit tests for JSONML ClassCastException fix | OwenSanzas <z****g@t****u> | 7 months ago | |
| 592e7828 | Add unit tests for XMLTokener.unescapeEntity() input validation | OwenSanzas <z****g@t****u> | 7 months ago | |
| 6c1bfbc7 | Refactor XMLTokener.unescapeEntity() to reduce complexity | OwenSanzas <z****g@t****u> | 7 months ago | |
| 534ce3c4 | Fix input validation in XMLTokener.unescapeEntity() | OwenSanzas <z****g@t****u> | 7 months ago | |
| 9d14246b | Fix ClassCastException in JSONML.toJSONArray and toJSONObject | OwenSanzas <z****g@t****u> | 7 months ago | |
| 995fb840 | Fixes the issue of losing the array if an empty forceList element or a tag is... | Pratik Tiwari <p****3@g****m> | 8 months ago | |
| e635f402 | merge Merge pull request #1027 from Simulant87/1023-set-default-locale |
Sean Leary <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
8 months ago | |
| d5e744ca | merge Merge pull request #1028 from Simulant87/fix-sonarqube-reliability-issues |
Sean Leary <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
8 months ago | |
| e0c40861 | merge Merge pull request #1029 from Simulant87/external-javadoc-badge |
Sean Leary <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
8 months ago | |
| cf653682 | merge Merge pull request #1030 from stleary/pre-release-20251224 |
Sean Leary <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
8 months ago | |
| 24bba97c | pre-release-20251224 update docs and builds for next release | Sean Leary <s****y@S****l> | 8 months ago | |
| 96353de3 | add badge to external hosted javadoc | Simulant <n****v@g****m> | 8 months ago | |
| 8cbb4d5b | Fix sonarqube reliability issues | Simulant <n****v@g****m> | 8 months ago | |
| 421abfdc | save and restore the current default locale, to avoid any side effects on oth... | Simulant <n****v@g****m> | 8 months ago | |
| 128fb42c | merge Merge pull request #1021 from Simulant87/update-build-script |
Sean Leary <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
9 months ago | |
| f8e6dfdc | merge Merge pull request #3 from Simulant87/update-readme |
Simulant87 <s****8@g****m>
Committed by: GitHub <n****y@g****m> |
9 months ago | |
| 3bc98dfc | Update README.md tested on java 25 |
Simulant87 <s****8@g****m>
Committed by: GitHub <n****y@g****m> |
9 months ago | |
| 005dc7b4 | add build for LTS JDK 25 |
Simulant87 <s****8@g****m>
Committed by: GitHub <n****y@g****m> |
9 months ago | |
| d38cb064 | reset setup-java to version 1 for 1.6 build |
Simulant87 <s****8@g****m>
Committed by: GitHub <n****y@g****m> |
9 months ago | |
| e9a7d7c7 | add distribution to java 1.6 build |
Simulant87 <s****8@g****m>
Committed by: GitHub <n****y@g****m> |
9 months ago | |
| 73c582e1 | update github actions to version 5 |
Simulant87 <s****8@g****m>
Committed by: GitHub <n****y@g****m> |
9 months ago | |
| a6ca8407 | merge Merge pull request #1020 from Abhineshhh/fix/support-java-records |
Sean Leary <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
9 months ago | |
| 8c14e96c | merge Merge pull request #1017 from Md-Yasir/enhancement/refactors |
Sean Leary <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
9 months ago | |
| 8f3b0f1c | Add runtime record detection for backward compatibility | AbhineshJha <a****2@s****g> | 10 months ago | |
| 25f355a9 | merge Merge pull request #1006 from sk02241994/feature-1003 |
Sean Leary <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
10 months ago | |
| f2acf8af | Optimize method name exclusion using Set lookup instead of multiple equals ch... | AbhineshJha <a****2@s****g> | 10 months ago | |
| 42800c20 | Updating to work with java 1.6 | sk02241994 <s****7@g****m> | 10 months ago | |
| 0cdc5e51 | Reverted Constructor access to public | md-yasir <m****0@g****m> | 10 months ago | |
| ac65ee04 | Revert "Refactored stop conditions to be invariant by using while loop." | md-yasir <m****0@g****m> | 10 months ago | |
| fd1eee9c | Add comprehensive edge case tests for record support | AbhineshJha <a****2@s****g> | 10 months ago | |
| 2550c692 | Refactor: Extract isRecordStyleAccessor helper method | AbhineshJha <a****2@s****g> | 10 months ago | |
| 20f52000 | Fix: Support Java record accessors in JSONObject | AbhineshJha <a****2@s****g> | 10 months ago | |
| 39e8ead7 | Added java doc for deprecated decoration | md-yasir <m****0@g****m> | 10 months ago | |
| 6dd878d3 | Deprecated public constructors instead of making it private. | md-yasir <m****0@g****m> | 10 months ago | |
| 2c6082a0 | Refactored stop conditions to be invariant by using while loop. | md-yasir <m****0@g****m> | 10 months ago | |
| 5dc1031d | Made JSONMl constructor to private and refactored ternary operations to indep... | md-yasir <m****0@g****m> | 10 months ago | |
| 1de42aa4 | Made CookieList constructor to private. | md-yasir <m****0@g****m> | 10 months ago | |
| c13b57ca | Made Cookie constructor to private. | md-yasir <m****0@g****m> | 10 months ago | |
| f92f2816 | Updating to work with java 1.6 | sk02241994 <s****7@g****m> | 10 months ago | |
| 8ccf5d75 | Removing the interface classes and simplifying the implementation to use if e... | sk02241994 <s****7@g****m> | 10 months ago | |
| a7c19309 | Updating docs | sk02241994 <s****7@g****m> | 10 months ago | |
| c4c2beb8 | Limiting implemetation by removing the new classes. | sk02241994 <s****7@g****m> | 10 months ago | |
| 3e8d1d11 | merge Merge pull request #1014 from Md-Yasir/enhancement/string-check |
Sean Leary <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
10 months ago | |
| 1a2c50b4 | changed string checking logic >> string.length() > 0 to !string.isEmpty() | md-yasir <m****0@g****m> | 10 months ago | |
| 9adea9e1 | Updating to work with java 1.6 | sk02241994 <s****7@g****m> | 11 months ago | |
| 7465da85 | - Updating for java 1.6 | sk02241994 <s****7@g****m> | 11 months ago | |
| 05219284 | - Added implementation for Enum and Map | sk02241994 <s****7@g****m> | 11 months ago | |
| eb97037f | merge Merge pull request #1013 from marilynel/master |
Sean Leary <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
11 months ago | |
| 05867c4b | merge Merge branch 'master' of https://github.com/marilynel/JSON-java | marilynel <m****y@g****m> | 11 months ago | |
| c6efa080 | more cleanup sonarqube JSONArray | marilynel <m****y@g****m> | 11 months ago | |
| aff59d06 | merge Merge pull request #1011 from marilynel/master |
Sean Leary <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
11 months ago | |
| b258ea3d | merge Merge pull request #1008 from eleumik/eleumik-patch-1007-array |
Sean Leary <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
11 months ago | |
| a5e234aa | merge Merge pull request #1009 from eleumik/eleumik-patch-1 |
Sean Leary <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
11 months ago | |
| f2af220c | more sonarcube fixes | marilynel <m****y@g****m> | 11 months ago | |
| a3edc1da | merge Merge pull request #1005 from marilynel/master |
Sean Leary <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
11 months ago | |
| 686c0848 | Update JSONTokener.java for #1007 |
Michele Vivoda <e****k@u****m>
Committed by: GitHub <n****y@g****m> |
11 months ago | |
| 9de30055 | Update JSONArray.java for #1007 |
Michele Vivoda <e****k@u****m>
Committed by: GitHub <n****y@g****m> |
11 months ago | |
| fbb6b315 | Updating to work with java 1.6 | sk02241994 <s****7@g****m> | 11 months ago |