Sean Leary
|
1aeadd1765
|
Merge pull request #76 from johnjaylward/WriteJavadocUpdate
Update test for issue https://github.com/stleary/JSON-java/issues/356
|
2017-07-15 18:46:58 -05:00 |
|
John J. Aylward
|
aa562b5ec3
|
Update test for issue https://github.com/stleary/JSON-java/issues/356
|
2017-07-15 12:19:02 -04:00 |
|
John J. Aylward
|
6f238a3698
|
Update javadoc according to issue #356.
|
2017-07-15 12:17:27 -04:00 |
|
John J. Aylward
|
38d11227ee
|
Adds exception tests
|
2017-07-09 19:05:00 -04:00 |
|
John J. Aylward
|
4dbc5ef803
|
fixes malformed javadoc
|
2017-07-09 18:48:40 -04:00 |
|
John J. Aylward
|
5c80c9157d
|
fixes malformed javadoc
|
2017-07-09 18:47:09 -04:00 |
|
John J. Aylward
|
e94783f91b
|
Updates javadocs
|
2017-07-09 18:19:27 -04:00 |
|
John J. Aylward
|
7bc8f41023
|
Add override of the generic getter to generate a Bridge method.
|
2017-07-09 18:10:09 -04:00 |
|
John J. Aylward
|
a129ebe8e4
|
Adds check for resources opened by our bean mapping
|
2017-07-09 18:09:14 -04:00 |
|
John J. Aylward
|
49117f33dc
|
Adds new tests for testing bean->JSONObject mapping
|
2017-07-09 17:57:46 -04:00 |
|
John J. Aylward
|
0e3f23d7a1
|
reorganize classes so test data is separate from test cases
|
2017-07-09 16:48:01 -04:00 |
|
John J. Aylward
|
641b68dd55
|
updates javadoc.
|
2017-07-07 21:33:46 -04:00 |
|
John J. Aylward
|
643b25140f
|
Updates for populateMap based on discussion in #279 and #264
|
2017-07-07 20:48:42 -04:00 |
|
John J. Aylward
|
3997a90d58
|
update constructor call to match Android implementation
|
2017-07-07 12:24:27 -04:00 |
|
John J. Aylward
|
1736a60ffe
|
adds comment for the API change
|
2017-07-07 12:17:45 -04:00 |
|
John J. Aylward
|
e8b1b66888
|
Updates for supporting the Android API
|
2017-07-07 12:17:39 -04:00 |
|
Sean Leary
|
974a5f7d5d
|
Merge pull request #74 from johnjaylward/AndroidSupport
Correct expected position information in error messages
|
2017-07-06 18:08:20 -05:00 |
|
Sean Leary
|
5024f2d210
|
Merge pull request #352 from johnjaylward/ErrorMessagePositionFixes
Error message position fixes
|
2017-07-06 18:07:50 -05:00 |
|
John J. Aylward
|
16baa323cf
|
adds comments
|
2017-07-03 13:03:02 -04:00 |
|
John J. Aylward
|
52845366bd
|
Fixes more position errors from stepping to new lines and then back.
|
2017-07-03 13:03:02 -04:00 |
|
John J. Aylward
|
899cf528df
|
More test cases for position information
|
2017-06-24 13:10:14 -04:00 |
|
John J. Aylward
|
47ff774f5c
|
Updates test coverage table
|
2017-06-23 23:55:22 -04:00 |
|
John J. Aylward
|
af39376d92
|
more fixes for testing postition information
|
2017-06-23 23:25:11 -04:00 |
|
John J. Aylward
|
e7e6ed9205
|
Fixes position reports on errors
|
2017-06-23 13:40:41 -04:00 |
|
John J. Aylward
|
0e612ba8a4
|
More test corrections for correct position reports in error messages
|
2017-06-21 19:56:00 -04:00 |
|
John J. Aylward
|
971614ac8b
|
fix expected exception message
|
2017-06-21 18:28:04 -04:00 |
|
John J. Aylward
|
3081b4bd96
|
Fixes for failing tests due to android integration
|
2017-06-21 14:59:42 -04:00 |
|
Sean Leary
|
1add1247fa
|
Merge pull request #348 from johnjaylward/ArrayPerformance
Capacity improvements for internal structures
|
2017-06-12 02:05:26 -05:00 |
|
Sean Leary
|
5b2e5e7579
|
Merge pull request #347 from ttulka/master
a comment added to explain the use of HashMap
|
2017-06-11 23:32:06 -05:00 |
|
Sean Leary
|
441fec7498
|
Merge pull request #73 from johnjaylward/BetterErrorHandling
Updates tests for better error handling changes
|
2017-06-11 14:12:56 -05:00 |
|
Sean Leary
|
c9ae1f17d7
|
Merge pull request #345 from johnjaylward/BetterErrorHandling
Adds JSONException for write value errors
|
2017-06-11 14:12:48 -05:00 |
|
Tomas Tulka
|
246350bbcd
|
comment added to explain the reason that JSON object is unordered
to avoid implementators' misconceptions and tries to reimplement the
JSON object to keep the elements order
|
2017-06-09 09:00:17 +02:00 |
|
John J. Aylward
|
2fbe4d96cf
|
change JSONObject(Map) constructor to use the default capacity when a null map is passed
|
2017-06-08 12:18:04 -04:00 |
|
John J. Aylward
|
3645f91b55
|
change JSONArray(Collection) constructor to use the default capacity when a null collection is passed
|
2017-06-08 12:15:03 -04:00 |
|
John J. Aylward
|
9c092753b0
|
* Updates array constructor and bulk operations to best guess capacity information
* Update JSONObject to allow best guess for initial capacity.
|
2017-06-08 11:22:23 -04:00 |
|
John J. Aylward
|
c5e4b91fa4
|
Updates tests for better error handling changes
|
2017-06-08 02:25:59 -04:00 |
|
Tomas Tulka
|
d0f5607998
|
a comment added to explain the use of HashMap
to avoid misconception of contributors about using HashMap to implement
a JSON object as a unordered collection by the definition
|
2017-06-08 08:03:14 +02:00 |
|
John J. Aylward
|
ad6bdd715d
|
Adds JSONException for write value errors so serialization errors can be tracked easier
|
2017-06-05 20:51:57 -04:00 |
|
Sean Leary
|
ef7a5e40be
|
Merge pull request #341 from johnjaylward/OptimizeLoops
Sorry for the late merge, somehow lost track of this pull request.
|
2017-05-31 20:51:20 -05:00 |
|
John J. Aylward
|
237bf0adb6
|
more comments
|
2017-05-31 18:31:02 -04:00 |
|
John J. Aylward
|
f76fbe7005
|
fixes comments
|
2017-05-31 18:13:40 -04:00 |
|
John J. Aylward
|
4f5bf16676
|
* Adds protected entrySet accessor to JSONObject
* Updates loops that request key/value pairs to use the new entrySet accessor
|
2017-05-23 12:48:44 -04:00 |
|
Sean Leary
|
93ca7b176f
|
Merge pull request #71 from johnjaylward/OptimizeOpt
Adjustments to tests for https://github.com/stleary/JSON-java/pull/337
|
2017-05-22 22:59:37 -05:00 |
|
Sean Leary
|
fbd2be7431
|
Merge pull request #337 from johnjaylward/OptimizeOpt
Optimizes opt* functions
|
2017-05-22 22:59:04 -05:00 |
|
John J. Aylward
|
757b6edb03
|
Merge branch 'master' of github.com:stleary/JSON-java into OptimizeOpt
|
2017-05-21 13:12:24 -04:00 |
|
Sean Leary
|
f5d3086c55
|
Merge pull request #70 from johnjaylward/fixSpelling
test support for Numeric enhancements, Refactoring, Fix spelling: stleary/JSON-java/pull/336
|
2017-05-20 12:37:58 -05:00 |
|
Sean Leary
|
f2b642a1ca
|
Merge pull request #336 from johnjaylward/fixSpelling
Numeric enhancements, Refactoring, Fix spelling
|
2017-05-20 12:37:31 -05:00 |
|
John J. Aylward
|
04d76b638b
|
split out tests for better readability
|
2017-05-19 15:01:37 -04:00 |
|
John J. Aylward
|
04d6e83fc2
|
* Missed JSONArray optFloat and optDouble for the revert
* prevents erasure of stack trace for rethrown exceptions
|
2017-05-19 09:49:22 -04:00 |
|
John J. Aylward
|
849b392c01
|
updates the getNumber/optNumber to not return invalid Doubles
|
2017-05-18 19:49:50 -04:00 |
|