json-diff
json-diff copied to clipboard
Results
2
json-diff issues
Sort by
recently updated
recently updated
newest added
``` $ json_diff d '{} ' ' {}' ; echo $? No mismatch was found. 0 ``` ``` $ json_diff d '[] ' ' {}' ; echo $? Mismatch at...
- Segregated errors / messages - Added convenience API for library clients - Used clap for CLI from struct with help - Some smaller code improvements - Remove colored output...