Skip to content

JSONObject and JSONArray initialization with generics

Compare
Choose a tag to compare
@stleary stleary released this 24 Nov 07:58
· 1159 commits to master since this release

Support initializing a JSONObject with Map<?,?> and JSONArray with Collection<?>.
Includes the following commits:

Pull request Description
#168 Update Readme for Maven release
#160 Fixe possible NullPointerException
#159 Properly override Exception class
#153 JSONObject and JSONArray initialization