Binary compatibility report for the JSON.simple library between 1.1 and 1.1.1 versions
Test Info
Library Name | JSON.simple |
Version #1 | 1.1 |
Version #2 | 1.1.1 |
Test Results
Total Java ARchives | 1 |
---|
Total Methods / Classes | 90 / 12 |
---|
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 1 |
---|
Removed Methods | High | 0 |
---|
Problems with Data Types | High | 0 |
---|
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 0 |
Added Methods (1)
json-simple-1.1.1.jar, JSONObject.class
package org.json.simple
JSONObject.JSONObject ( Map map )
[mangled: org/json/simple/JSONObject."<init>":(Ljava/util/Map;)V]
to the top
Java ARchives (1)
json_simple-1.1.jar
to the top