Binary compatibility report for the libJSON library between 6.2.3 and 7.0.0 versions on x86
Test Info
Library Name | libJSON |
Version #1 | 6.2.3 |
Version #2 | 7.0.0 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 11 |
Total Shared Libraries | 1 |
Total Symbols / Types | 43 / 15 |
Verdict | Incompatible (2.3%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 1 |
Removed Symbols | High | 1 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 2 |
Other Changes in Constants | - | 2 |
Added Symbols (1)
libjson.h,
libjson.so.7.0.0
json_parse_unformatted ( char const* json )
to the top
Removed Symbols (1)
internalJSONNode.h,
libjson.so
internalJSONNode::WriteComment ( unsigned int indent ) const
[symbol: _ZNK16internalJSONNode12WriteCommentEj]
to the top
Problems with Constants, Low Severity (2)
JSONMemory.h
[+] JSON_FREE_PASSTYPE
| Change | Effect |
---|
1 | The constant JSON_FREE_PASSTYPE with value & has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
JSONNode.h
[+] JSON_PTR_LIB
| Change | Effect |
---|
1 | The constant JSON_PTR_LIB with value * has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
to the top
Other Changes in Constants (2)
JSONDefs.h
[+] JSON_FLOAT_THRESHHOLD
| Change | Effect |
---|
1 | The constant JSON_FLOAT_THRESHHOLD with value 0.00001 has been added. | No effect. |
[+] JSON_PROTECTED
| Change | Effect |
---|
1 | The constant JSON_PROTECTED with value protected: has been added. | No effect. |
to the top
Header Files (11)
internalJSONNode.h
JSON_Base64.h
JSONChildren.h
JSONDebug.h
JSONDefs.h
JSONMemory.h
JSONNode.h
JSONOptions.h
JSONWorker.h
libjson.h
NumberToString.h
to the top
Shared Libraries (1)
libjson.so
to the top