Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 342 Bytes

CHANGELOG.md

File metadata and controls

6 lines (6 loc) · 342 Bytes

CHANGELOG

v1.0.0

  • extracts the common and deltas of the two json arrays as read from the input files, to three output files
  • keys in each JSON object are sorted alphabetically
  • json arrays are sorted alphabetically by their string representation of the key values.
  • currently only supporting flat JSON objects (no nested structures)