Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liemle3893/compare-json
Compare Json/Map in Java
https://github.com/liemle3893/compare-json
java stackoverflow
Last synced: 3 days ago
JSON representation
Compare Json/Map in Java
- Host: GitHub
- URL: https://github.com/liemle3893/compare-json
- Owner: liemle3893
- License: apache-2.0
- Created: 2019-03-12T09:47:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-12T10:01:46.000Z (almost 6 years ago)
- Last Synced: 2024-11-10T23:13:07.746Z (2 months ago)
- Topics: java, stackoverflow
- Language: Java
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Compare JSON/Map in Java
This repo to answer to this question: https://stackoverflow.com/questions/55046513/comparing-json-with-arrays
This code will compare two map and show each difference in the console(you can customize to publish the change to eventbus or anything else).