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

Commit graph

  • 25b5aa7ef2 changed Map<String, ?> method parameters to Map<?,?> Lukas Treyer 2015-10-11 12:21:12 +02:00
  • 409eb9f292 changed all method signatures containing collections and maps to accept wildcard generic types, e.g. Collection<?> instead of Collection<Object>. This was proposed by other pull requests (#111, #112) already. Consider this commit as merge with #111 and #112. Lukas Treyer 2015-10-11 11:20:08 +02:00
  • 0afd26623c JSONObject and JSONArray initialization: Lukas Treyer 2015-10-04 23:17:30 +02:00
  • 1a5718dc39 Commenting out some code until JSON-java supports XML.toJSONObject(Reader) stleary 2015-09-27 23:55:32 -05:00
  • 3f78a85908 Merge pull request #22 from stleary/xml-reader-remote Sean Leary 2015-08-23 20:08:02 -05:00
  • 9dd0ca7b81 Merge pull request #23 from seanThomasLeary/master Sean Leary 2015-08-23 18:54:54 -05:00
  • 045fc74688 Update README.md seanThomasLeary 2015-08-23 18:54:10 -05:00
  • 1f6e07c914 sample tests for XML.toJSONObject(Reader) stleary 2015-08-19 19:16:22 -05:00
  • 8f71e01ae3 Add method comments so JavaDoc will pick them up. stleary 2015-08-09 18:30:16 -05:00
  • ccbec8127c Added some class documentation stleary 2015-08-09 18:24:47 -05:00
  • 1081ae092b Move method comments so JavaDoc will pick them up. stleary 2015-08-09 18:19:51 -05:00
  • 58d72fe20f Verify exception messages. Move method comments so JavaDoc will pick them up. stleary 2015-08-09 18:19:32 -05:00
  • 8e48caeb3d Verify exception messages. Move method comments so JavaDoc will pick them up. stleary 2015-08-08 15:12:20 -05:00
  • 4a3bbedc32 Verify exception messages. Move method comments so JavaDoc will pick them up. stleary 2015-08-08 14:09:52 -05:00
  • 41bfdad91f Move method comments so JavaDoc will pick them up. stleary 2015-08-08 12:10:52 -05:00
  • 6f5bcb32e5 Unit tests for JSON-Java HTTP.java. See RFC7230 stleary 2015-08-08 12:10:18 -05:00
  • 9ce62b9540 Move method comments so JavaDoc will pick them up. stleary 2015-08-08 10:30:20 -05:00
  • f66cc8d5c4 Verify exception messages. Move method comments so JavaDoc will pick them up. stleary 2015-08-08 10:22:17 -05:00
  • a0108f3e8e Verify exception messages. Move method comments so JavaDoc will pick them up. stleary 2015-08-08 09:32:15 -05:00
  • ee0a53d494 Verify exception messages. Move method comments so JavaDoc will pick them up. stleary 2015-08-08 08:13:22 -05:00
  • b0191a6acf Update README 20150729 Sean Leary 2015-07-29 19:50:14 -05:00
  • ce2de45f64 Merge pull request #140 from douglascrockford/enum-support Sean Leary 2015-07-28 19:33:29 -05:00
  • f69466f4c2 recreate original documented issue stleary 2015-07-22 21:21:23 -05:00
  • 1f4e836863 few more enum support tests stleary 2015-07-22 20:24:45 -05:00
  • 5fc22e32a8 fix edit dates for enum support stleary 2015-07-22 20:18:30 -05:00
  • 9785b4ff0b enum support stleary 2015-07-22 20:16:02 -05:00
  • 8ac8c34e9f tests for enum-support stleary 2015-07-22 20:12:10 -05:00
  • ca3001629a latest stleary 2015-07-22 20:11:07 -05:00
  • ec7eb25565 Merge branch 'master' of github.com:stleary/JSON-Java-unit-test stleary 2015-07-22 19:47:38 -05:00
  • 4e38ed01e5 tests for enum-support stleary 2015-07-22 19:47:12 -05:00
  • 752f66746b Update README.md Sean Leary 2015-07-21 09:12:16 -05:00
  • 0361cc58d6 one more test - and a bug? stleary 2015-07-20 23:31:52 -05:00
  • b39c3df766 document behavior of content keyword stleary 2015-07-20 23:14:15 -05:00
  • 96b2e38459 Update README Sean Leary 2015-07-20 10:02:21 -05:00
  • b9c6f335ee fixed comment location stleary 2015-07-19 09:04:10 -05:00
  • f48b6439f6 manual merge of pull request #18 stleary 2015-07-19 09:02:27 -05:00
  • 2c026eb5f8 Fixed test shouldHandleIllegalJSONNodeNames stleary 2015-07-19 08:56:20 -05:00
  • 0d2d0e3f6c Merge pull request #19 from JaXt0r/illegal_JSON-node-names_during_conversion_to_XML Sean Leary 2015-07-19 08:48:32 -05:00
  • 5eadebb797 Showing issue of illegal node names with possible underscore-replacement. (Will currently assterted to an Exception). JaXt0r 2015-07-19 14:24:06 +02:00
  • 16fa69c0f6 investigate XML.toString() behavior with null JSONObject values stleary 2015-07-17 22:04:01 -05:00
  • b06182cb73 investigate XML.toString() behavior with null JSONObject values stleary 2015-07-17 22:01:52 -05:00
  • 0056b1af94 investigate XML.toString() behavior with null JSONObject values stleary 2015-07-17 21:58:42 -05:00
  • 6cca292020 investigate XML.toString() behavior with null JSONObject values stleary 2015-07-17 21:55:50 -05:00
  • 4f8b25d527 Merge pull request #135 from douglascrockford/big-numbers Sean Leary 2015-07-11 12:52:36 -05:00
  • ab143af146 Update README.md Sean Leary 2015-07-07 23:20:55 -05:00
  • 27b22b4724 Update README.md Sean Leary 2015-07-07 23:19:37 -05:00
  • 7ed1f78f5f Update README.md Sean Leary 2015-07-07 23:18:31 -05:00
  • 6dd85ad5b6 Update README.md Sean Leary 2015-07-07 23:16:18 -05:00
  • 99927c5516 Update README.md Sean Leary 2015-07-07 23:15:06 -05:00
  • 3de0a0a70e Update README.md Sean Leary 2015-07-07 23:13:59 -05:00
  • e056fc0881 Update README.md Sean Leary 2015-07-06 22:33:52 -05:00
  • 355e832337 latest stleary 2015-07-06 22:31:48 -05:00
  • 71d9ad2b99 update version dates stleary 2015-07-06 22:27:10 -05:00
  • 410afaff14 latest stleary 2015-07-06 22:20:19 -05:00
  • 474f285cc8 Merge branch 'big-numbers' of https://github.com/douglascrockford/JSON-Java into local-big-numbers stleary 2015-07-03 22:05:05 -05:00
  • 6ab6f063c8 latest stleary 2015-07-03 20:41:47 -05:00
  • 6c48db010f bigInt and bigDec behavior stleary 2015-06-20 23:35:48 -05:00
  • a76d7262d1 support BigInteger and BigDecimal stleary 2015-06-20 16:20:00 -05:00
  • 03c4fc72ba Merge branch 'big-numbers' of https://github.com/douglascrockford/JSON-Java into local-big-numbers stleary 2015-06-20 16:15:25 -05:00
  • b39ccc2a67 support BigDecimal and BigInteger stleary 2015-06-20 15:20:56 -05:00
  • 5d6bf7d132 support BigInteger and BigDecimal stleary 2015-06-20 15:18:22 -05:00
  • 8bc62cc34c support for BigInteger and BigDecimal stleary 2015-06-20 13:26:55 -05:00
  • 8c1a0c47b7 fixed test comment stleary 2015-06-17 20:18:51 -05:00
  • d27bf852e6 Merge pull request #16 from stleary/big-numbers Sean Leary 2015-06-17 20:11:19 -05:00
  • c5173e7cc3 ip stleary 2015-06-17 20:09:31 -05:00
  • 9a9973c9ca Merge branch 'master' of https://github.com/stleary/JSON-Java-unit-test into more-numbers stleary 2015-06-17 03:01:22 -05:00
  • 0640856462 unexpected double behavior stleary 2015-06-17 02:59:43 -05:00
  • cb7b602f35 Update README.md Sean Leary 2015-06-13 14:53:43 -05:00
  • 44f98e6a13 Update README.md Sean Leary 2015-06-13 13:30:06 -05:00
  • 994a19b831 Merge branch 'master' of github.com:stleary/JSON-Java-unit-test into continue-unit-testing stleary 2015-06-07 22:22:51 -05:00
  • 56aa2f8607 ongoing unit test improvement stleary 2015-06-07 22:22:42 -05:00
  • 9cf532828d confirm current behavior stleary 2015-06-07 22:22:14 -05:00
  • a5b00a5244 Merge pull request #14 from stleary/iterable-JSONArray Sean Leary 2015-06-07 10:52:51 -05:00
  • 04eab1662c Merge pull request #132 from douglascrockford/iterable-JSONArray Sean Leary 2015-06-07 10:50:27 -05:00
  • 969e2d4fd5 test iterable stleary 2015-06-04 22:29:55 -05:00
  • d2cd1a8df5 iterable stleary 2015-06-04 22:26:16 -05:00
  • f6bdc908d8 Update README.md Sean Leary 2015-06-03 22:55:35 -05:00
  • 67a0c734b6 Update README.md Sean Leary 2015-06-03 22:54:12 -05:00
  • 86f4bda2d4 Merge pull request #13 from stleary/enum-support Sean Leary 2015-06-03 22:52:38 -05:00
  • 6b03f1bbe7 support enum testing stleary 2015-06-03 22:50:08 -05:00
  • 32ea7e0ba3 tests should succeed stleary 2015-05-28 20:43:47 -05:00
  • e9ea5ca98f Merge pull request #12 from FritzMock/master Sean Leary 2015-05-28 20:21:09 -05:00
  • fa79826f0c Better show what has to be expected and what goes wrong dieter 2015-05-27 16:33:42 +02:00
  • 88756c0490 Hidden typecast for Float objects in JSONobject.increment(String key) dieter 2015-05-27 15:51:30 +02:00
  • dc7c59b23b Merge pull request #11 from stleary/fix-JSONObjectTest Sean Leary 2015-05-24 23:40:02 -05:00
  • 60e84bff92 fix so numeric behavior is documented but tests succeed stleary 2015-05-24 23:36:48 -05:00
  • c72ac516a0 Merge pull request #10 from FritzMock/master Sean Leary 2015-05-24 17:33:38 -05:00
  • 327c0e177e Playing numbers dieter 2015-05-22 12:47:28 +02:00
  • a9dd8e7b1d Update README.md Sean Leary 2015-05-09 15:26:15 -05:00
  • 481ecd7964 Merge branch 'master' of github.com:stleary/JSON-Java-unit-test stleary 2015-05-09 15:25:21 -05:00
  • f2ef541c2d still in progress, 94% coverage stleary 2015-05-09 15:25:06 -05:00
  • 0a995318e7 Delete MyBean.java Sean Leary 2015-05-09 15:24:21 -05:00
  • fb36918d85 Update README.md Sean Leary 2015-05-08 23:30:41 -05:00
  • fcb8048038 deepened the testing a little bit, slow going stleary 2015-05-07 23:04:44 -05:00
  • 49d4985828 More trickery from the bean stleary 2015-05-07 23:04:26 -05:00
  • ad440b4f11 Merge branch 'master' of github.com:stleary/JSON-Java-unit-test stleary 2015-05-06 22:17:27 -05:00
  • 95b8cd5b03 test improvements, in progress stleary 2015-05-06 22:16:08 -05:00
  • fbd07da05a Update README.md Sean Leary 2015-05-06 14:37:52 -05:00
  • 6195bd248b added unit tests for suppress warning coverage stleary 2015-05-05 21:53:51 -05:00
  • 0cf7491a37 Merge pull request #122 from douglascrockford/merge-branch-for-issue-110 Sean Leary 2015-05-05 21:50:27 -05:00