Room SQLite Difference Finder

Find difference when migrating from Sqlite to Room.

When migrating from Sqlite to Room, it gets pretty difficult to find the changes. This script converts the output to json and Validate, format, and compare two JSON documents. See the differences between the objects instead of just the new lines and mixed up properties.

Created by HRAnkit.

Big thanks owed to Zack Grossbart author of JSON Diff along with the team behind JSONLint.

Expected: TableInfo{ ........ , indices=[]}


            
        




or try some sample data

Found: TableInfo{ ........ , indices=[]}