1
0
Fork 0
mirror of https://github.com/ethauvin/JSON-java.git synced 2025-06-17 07:50:52 -07:00

Commit graph

  • 0d13e56064 Added tests for consecutive calls to putAll. master Erik C. Thauvin 2020-07-21 23:09:28 -07:00
  • f1d354ce7b Increase array list capacity in addAll(collection) method to ensure it can hold additional elements. Erik C. Thauvin 2020-07-21 17:35:32 -07:00
  • 86e136afc9 Increase array list capacity in addAll method to ensure it can hold additional elements. Erik C. Thauvin 2020-07-21 17:11:24 -07:00
  • aa0a5a7245 Added putAll(Collection) and putAll(Array) methods. Erik C. Thauvin 2020-06-16 14:55:16 -07:00
  • 9de97438ac
    Merge pull request #524 from viveksacademia4git/i516-JSONArray-ConstructParam-InitCapacity Sean Leary 2020-06-12 10:48:21 -05:00
  • 601114ee29
    Merge pull request #527 from johnjaylward/GithubAction Sean Leary 2020-06-05 18:39:48 -05:00
  • c11c006e88 fix tests to not depend on HashSet key order John J. Aylward 2020-06-03 19:03:38 -04:00
  • 96bf788515 update pipline to use matrix configuration John J. Aylward 2020-06-03 18:29:29 -04:00
  • f4261add91 Create pipeline.yml viveksacademia4git 2020-06-03 11:58:28 +02:00
  • dced1b4a44
    Merge pull request #526 from stleary/broken-unit-tests Sean Leary 2020-06-03 21:25:50 -05:00
  • cf00d2f265 initial commit broken-unit-tests stleary 2020-06-03 21:12:19 -05:00
  • 95c6373122
    Merge pull request #525 from johnjaylward/unitTestFixes Sean Leary 2020-06-03 19:49:06 -05:00
  • b6ed0d4178 fix failing test case in Java1.7 John J. Aylward 2020-06-03 19:13:24 -04:00
  • 75f656fd07 revert changes to build.gradle John J. Aylward 2020-06-03 17:59:04 -04:00
  • 4b84ba2f66 Changes to make the Gradle work viveksacademia4git 2020-06-03 17:10:38 +02:00
  • d088cf014e Development for stleary#516 completed with rebased repository vivek 2020-06-03 11:46:48 +02:00
  • 19bb6fd606
    Merge pull request #453 from johnjaylward/UseBigDecimalDefaultParse fix-json-object-test Sean Leary 2020-06-01 14:03:04 -05:00
  • fee6ddb922
    Merge pull request #521 from johnjaylward/CookieFlagSupport Sean Leary 2020-05-29 09:59:27 -05:00
  • 5a32114792
    Unified license for both src and test Sean Leary 2020-05-27 08:23:09 -05:00
  • 56d33b8061 changes number parsing to use BigDecimal as the backing type John J. Aylward 2018-12-10 13:19:31 -05:00
  • 6029dece41 ensure key names are consistent when parsing the cookie string since cookie-keys are not case sensitive, but json-keys are. John J. Aylward 2020-05-26 09:11:10 -04:00
  • d334b58f45 Made more corrections to Cookie.ToString. John J. Aylward 2020-05-26 08:30:25 -04:00
  • b4a75c7bf8 Updates Cookie class to be a more generic in attribute parsing and emit. This is so the library can age better as new attributes are added to RFC revisions. John J. Aylward 2020-05-22 16:45:54 -04:00
  • 956bdfa5b7
    Merge pull request #519 from stleary/gradle-support Sean Leary 2020-05-23 10:20:32 -05:00
  • 8546e68e20 update readme gradle-support stleary 2020-05-22 11:44:21 -05:00
  • 0832d1d873 gradle support stleary 2020-05-22 11:24:20 -05:00
  • 2b0a8838ef gradle support stleary 2020-05-22 11:17:44 -05:00
  • 1da2b984cd
    Update README.md Sean Leary 2020-05-22 10:50:04 -05:00
  • 78901383a4
    Update README.md Sean Leary 2020-05-22 10:41:55 -05:00
  • 3737c987a2
    Merge pull request #515 from BGehrels/merge-tests-and-pom-and-code Sean Leary 2020-05-22 10:40:48 -05:00
  • 8e5b516f2b
    Update README.md 20200518 Sean Leary 2020-05-17 22:41:27 -05:00
  • 82202dbf65 Added Jar plugin version to get rid of a warning Benjamin Gehrels 2020-04-30 12:20:48 +02:00
  • 89d4681e41
    Added information on how to release to the pom Benjamin Gehrels 2020-04-29 21:02:52 +02:00
  • 1265897f4e Merge remote-tracking branch 'tests/master' into upstream Benjamin Gehrels 2020-04-29 20:26:05 +02:00
  • 74e4932cfc Transform the repository into standard maven format and merge the pom.xml of the release repo Benjamin Gehrels 2020-04-29 19:24:44 +02:00
  • f07ddd93e5
    Merge pull request #96 from Alanscut/bean-test Sean Leary 2019-12-30 12:31:58 -06:00
  • 08719d4b3a
    Apply suggestions from code review Alan Wang 2019-12-30 09:51:08 +08:00
  • 16da56eb34 improve the confused assert message Alanscut 2019-12-28 17:53:27 +08:00
  • 6b6e8e85d8
    Merge pull request #502 from Alanscut/issue-500 Sean Leary 2019-12-26 20:56:51 -06:00
  • 6ecbeaa0d2 update JSONTokener's brief: parse simple json text Alanscut 2019-12-25 11:38:38 +08:00
  • 3ac647a16f
    Merge pull request #499 from Alanscut/copyright Sean Leary 2019-12-23 08:31:01 -06:00
  • 6f06801296 add copyright Alanscut 2019-12-22 19:17:58 +08:00
  • dd7056cb6d
    Merge pull request #495 from harkue/master Sean Leary 2019-11-20 11:20:18 -06:00
  • e62d763294 rename hasComma as a better name "needsComma" harkue 2019-11-13 11:46:21 +08:00
  • 4990c3a180 fix typo harkue 2019-11-12 16:27:24 +08:00
  • 4b49bc94ce
    Merge pull request #494 from spaffrath/replace_string_arrays_with_var_args Sean Leary 2019-11-06 09:31:23 -06:00
  • 9afa90d9a9
    Merge pull request #492 from ggavriilidis/ISSUE-491_clarify_intention_of_JSONArray_toList Sean Leary 2019-10-29 22:24:45 -05:00
  • 065f9a94bc Issue-491 - modified the comment of JSONArray toList method to clarify what the output of the method is gavriil 2019-10-29 21:35:58 +00:00
  • 223e328161 Replace JSONObject constructor string arrays with var args scott 2019-10-16 21:12:02 -07:00
  • 18eddf75c3
    Merge pull request #95 from johnjaylward/StandardizeExceptionMessages Sean Leary 2019-09-24 20:30:08 -05:00
  • 044b035847
    Merge pull request #486 from johnjaylward/StandardizeExceptionMessages Sean Leary 2019-09-24 20:29:17 -05:00
  • b8fd9d0082
    Merge pull request #94 from johnjaylward/FixMLInfiniteLoop Sean Leary 2019-09-23 17:57:16 -05:00
  • 5b62cf13ff
    Merge pull request #485 from johnjaylward/FixMLInfiniteLoop Sean Leary 2019-09-23 17:56:53 -05:00
  • a24db2cce2 remove unused import John J. Aylward 2019-09-17 11:15:25 -04:00
  • 67e59888a2 add second case for data in #484 John J. Aylward 2019-09-17 11:14:41 -04:00
  • e9c27ab376 standardize exception messages John J. Aylward 2019-09-17 10:49:29 -04:00
  • fb01575394 Test cases updates for standardized exception messages John J. Aylward 2019-09-17 10:47:16 -04:00
  • 3e7a0b13d1 new test case for issue 484 John J. Aylward 2019-09-17 10:36:48 -04:00
  • 328e7d8944 corrects EOL error when the Meta tag isn't closed properly and we reach the end of the input. John J. Aylward 2019-09-17 10:33:26 -04:00
  • 2a6af29235
    Merge pull request #483 from viniciusls/patch-1 Sean Leary 2019-09-07 09:01:19 -05:00
  • af6d3c63bd
    Update README.md to point to latest version Vinícius Silva 2019-09-06 12:45:41 -03:00
  • c3ea0249c9
    Merge pull request #481 from johnjaylward/ClarifyParserExceptionsInReadMe Sean Leary 2019-08-14 11:27:40 -05:00
  • b044b7db4d clarifies exception that the parser makes when reading JSON John J. Aylward 2019-08-14 11:47:49 -04:00
  • 115f8b660b
    Merge pull request #475 from gaul/static-methods Sean Leary 2019-08-04 11:18:29 -05:00
  • f63d21fd13 Make private methods static where possible Andrew Gaul 2019-07-26 15:23:31 -07:00
  • c8ae720caf
    Merge pull request #474 from gaul/stringbuilder Sean Leary 2019-07-26 16:07:31 -05:00
  • 4d451468fd Prefer unsynchronized StringBuilder Andrew Gaul 2019-07-22 22:26:49 -07:00
  • a03a01531a
    Update README.md Sean Leary 2019-07-22 20:33:02 -05:00
  • 5b845f28cf
    Update README.md 20190722 Sean Leary 2019-05-08 20:27:25 -05:00
  • 6dcd82a72f
    Merge pull request #93 from meiskalt7/xsiNilToNull Sean Leary 2019-04-22 08:34:15 -05:00
  • 00e0e6c0a2
    Merge pull request #467 from meiskalt7/addConfigurationForXsiNilConversionToNull Sean Leary 2019-04-22 08:33:16 -05:00
  • fa173fa51a add test for xsi:nil to null conversion disabled meiskalt7 2019-04-21 00:53:39 +07:00
  • 614e8359b9 add test for xsi:nil to null conversion meiskalt7 2019-04-18 21:42:57 +07:00
  • d5b278539e add configuration for xsi:nil="true" conversion to null meiskalt7 2019-04-09 18:47:45 +07:00
  • 437ce10ee3
    Merge pull request #91 from johnjaylward/FixEOF Sean Leary 2018-12-13 09:14:39 -06:00
  • 12bbe8cd9a
    Merge pull request #452 from johnjaylward/FixEOF Sean Leary 2018-12-13 09:14:10 -06:00
  • cfec288fe8
    Merge pull request #90 from stleary/tests-for-xml-config Sean Leary 2018-12-11 07:27:04 -06:00
  • 09dddb826e
    Merge pull request #412 from johnjaylward/XmlConfig Sean Leary 2018-12-11 07:26:50 -06:00
  • 19e9bb6c07 Adds check for EOF John J. Aylward 2018-12-10 11:45:53 -05:00
  • e7f7d348cd * updates tests to cover more cases of tokenizing * uncomments tests that should now work John J. Aylward 2018-12-10 11:45:10 -05:00
  • e699abb1c6
    Merge pull request #61 from johnjaylward/XmlEscape Sean Leary 2018-12-08 20:09:03 -06:00
  • fea0aca2ab
    Update README.md Sean Leary 2018-12-08 19:54:06 -06:00
  • d0ea807884 xml parser config tests stleary 2018-12-08 14:51:01 -06:00
  • 0d053a000d
    Merge pull request #89 from stleary/update-timeNumberParsing-iterations Sean Leary 2018-12-08 11:31:38 -06:00
  • e4186e072a reduce number of iterations to shorten test time stleary 2018-12-08 11:29:44 -06:00
  • 4c64ad3d8a
    Merge pull request #88 from johnjaylward/FixForBigDecimal Sean Leary 2018-10-06 14:52:13 -05:00
  • 1a811f1ada
    Merge pull request #440 from johnjaylward/FixForBigDecimal Sean Leary 2018-10-06 14:51:57 -05:00
  • 3e6c0a51bd update expected exception text in tests to match unified number getters John J. Aylward 2018-10-04 16:02:50 -04:00
  • 34cfe6df14 removes duplicate code in number getters John J. Aylward 2018-10-04 16:02:14 -04:00
  • 71c6dd1e34 remove unneeded casts John J. Aylward 2018-10-02 15:33:33 -04:00
  • 30c1bd16ba fix javadoc John J. Aylward 2018-10-02 13:38:19 -04:00
  • bc347d2c19 cleanup of minor warnings John J. Aylward 2018-10-02 13:14:22 -04:00
  • a63fa03062 * Fixes opt/getBigDecimal to be consistent * Performance: Updates JSONWriter to use a regex to decide if writing as a number is best. John J. Aylward 2018-10-02 12:37:15 -04:00
  • 3b8b0a681c Update test cases to verify performance change and verify opt/getBigDecimal match John J. Aylward 2018-10-02 12:38:17 -04:00
  • 16225efbdd
    Merge pull request #432 from johnjaylward/patch-2 Sean Leary 2018-08-15 08:32:32 -05:00
  • b8a3342eb1
    Update README.md johnjaylward 2018-08-15 09:18:14 -04:00
  • 37f5bf28e9
    Update README.md 20180813 Sean Leary 2018-08-13 20:46:20 -05:00
  • 7a17ae0b3e
    Merge pull request #421 from strkkk/add-emptiness-methods Sean Leary 2018-05-26 09:56:23 -05:00
  • dedb044f67
    Merge pull request #86 from strkkk/add-isEmpty-method-usage Sean Leary 2018-05-26 09:55:41 -05:00
  • d00501eabd add usage of isEmpty method Andrei Paikin 2018-05-25 22:47:05 +03:00