jdxi_editor.midi.utils.json

Functions

log_changes(→ None)

Log changes between previous and current JSON data at INFO level.

Module Contents

jdxi_editor.midi.utils.json.log_changes(previous_data: Dict, current_data: Dict) None[source]

Log changes between previous and current JSON data at INFO level.

Parameters:
  • previous_data – Dict

  • current_data – Dict

Returns:

None