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

790 commits

Author SHA1 Message Date
stleary
71d9ad2b99 update version dates 2015-07-06 22:27:10 -05:00
stleary
410afaff14 latest 2015-07-06 22:20:19 -05:00
stleary
474f285cc8 Merge branch 'big-numbers' of https://github.com/douglascrockford/JSON-Java into local-big-numbers 2015-07-03 22:05:05 -05:00
stleary
6ab6f063c8 latest 2015-07-03 20:41:47 -05:00
stleary
6c48db010f bigInt and bigDec behavior 2015-06-20 23:35:48 -05:00
stleary
a76d7262d1 support BigInteger and BigDecimal 2015-06-20 16:20:00 -05:00
stleary
03c4fc72ba Merge branch 'big-numbers' of https://github.com/douglascrockford/JSON-Java into local-big-numbers 2015-06-20 16:15:25 -05:00
stleary
b39ccc2a67 support BigDecimal and BigInteger 2015-06-20 15:20:56 -05:00
stleary
5d6bf7d132 support BigInteger and BigDecimal 2015-06-20 15:18:22 -05:00
stleary
8bc62cc34c support for BigInteger and BigDecimal 2015-06-20 13:26:55 -05:00
stleary
8c1a0c47b7 fixed test comment 2015-06-17 20:18:51 -05:00
Sean Leary
d27bf852e6 Merge pull request #16 from stleary/big-numbers
Document bigInt and bigDec behavior to determine what can be changed
2015-06-17 20:11:19 -05:00
stleary
c5173e7cc3 ip 2015-06-17 20:09:31 -05:00
stleary
9a9973c9ca Merge branch 'master' of https://github.com/stleary/JSON-Java-unit-test into more-numbers 2015-06-17 03:01:22 -05:00
stleary
0640856462 unexpected double behavior 2015-06-17 02:59:43 -05:00
Sean Leary
cb7b602f35 Update README.md 2015-06-13 14:53:43 -05:00
Sean Leary
44f98e6a13 Update README.md 2015-06-13 13:30:06 -05:00
stleary
994a19b831 Merge branch 'master' of github.com:stleary/JSON-Java-unit-test into continue-unit-testing 2015-06-07 22:22:51 -05:00
stleary
56aa2f8607 ongoing unit test improvement 2015-06-07 22:22:42 -05:00
stleary
9cf532828d confirm current behavior 2015-06-07 22:22:14 -05:00
Sean Leary
a5b00a5244 Merge pull request #14 from stleary/iterable-JSONArray
test iterable JSONArray
2015-06-07 10:52:51 -05:00
Sean Leary
04eab1662c Merge pull request #132 from douglascrockford/iterable-JSONArray
made JSONArray iterable.
2015-06-07 10:50:27 -05:00
stleary
969e2d4fd5 test iterable 2015-06-04 22:29:55 -05:00
stleary
d2cd1a8df5 iterable 2015-06-04 22:26:16 -05:00
Sean Leary
f6bdc908d8 Update README.md 2015-06-03 22:55:35 -05:00
Sean Leary
67a0c734b6 Update README.md 2015-06-03 22:54:12 -05:00
Sean Leary
86f4bda2d4 Merge pull request #13 from stleary/enum-support
support enum testing
2015-06-03 22:52:38 -05:00
stleary
6b03f1bbe7 support enum testing 2015-06-03 22:50:08 -05:00
stleary
32ea7e0ba3 tests should succeed 2015-05-28 20:43:47 -05:00
Sean Leary
e9ea5ca98f Merge pull request #12 from FritzMock/master
Hidden typecast for Float objects in JSONobject.increment(String key)
2015-05-28 20:21:09 -05:00
dieter
fa79826f0c Better show what has to be expected and what goes wrong 2015-05-27 16:33:42 +02:00
dieter
88756c0490 Hidden typecast for Float objects in JSONobject.increment(String key) 2015-05-27 15:51:30 +02:00
Sean Leary
dc7c59b23b Merge pull request #11 from stleary/fix-JSONObjectTest
fix so numeric behavior is documented but tests succeed
2015-05-24 23:40:02 -05:00
stleary
60e84bff92 fix so numeric behavior is documented but tests succeed 2015-05-24 23:36:48 -05:00
Sean Leary
c72ac516a0 Merge pull request #10 from FritzMock/master
Playing numbers
2015-05-24 17:33:38 -05:00
dieter
327c0e177e Playing numbers 2015-05-22 12:47:28 +02:00
Sean Leary
a9dd8e7b1d Update README.md 2015-05-09 15:26:15 -05:00
stleary
481ecd7964 Merge branch 'master' of github.com:stleary/JSON-Java-unit-test 2015-05-09 15:25:21 -05:00
stleary
f2ef541c2d still in progress, 94% coverage 2015-05-09 15:25:06 -05:00
Sean Leary
0a995318e7 Delete MyBean.java 2015-05-09 15:24:21 -05:00
Sean Leary
fb36918d85 Update README.md 2015-05-08 23:30:41 -05:00
stleary
fcb8048038 deepened the testing a little bit, slow going 2015-05-07 23:04:44 -05:00
stleary
49d4985828 More trickery from the bean 2015-05-07 23:04:26 -05:00
stleary
ad440b4f11 Merge branch 'master' of github.com:stleary/JSON-Java-unit-test 2015-05-06 22:17:27 -05:00
stleary
95b8cd5b03 test improvements, in progress 2015-05-06 22:16:08 -05:00
Sean Leary
fbd07da05a Update README.md 2015-05-06 14:37:52 -05:00
stleary
6195bd248b added unit tests for suppress warning coverage 2015-05-05 21:53:51 -05:00
Sean Leary
0cf7491a37 Merge pull request #122 from douglascrockford/merge-branch-for-issue-110
Merge branch for issue #110
2015-05-05 21:50:27 -05:00
stleary
a851bf0951 Replaced tab chars, updated versions 2015-05-05 20:11:28 -05:00
Sean Leary
43396cf603 Merge pull request #6 from stleary/JSONMLTest-for-toString-issue
Jsonml test for to string issue
2015-05-02 14:19:16 -05:00