Skip to content

Instantly share code, notes, and snippets.

@mbafford
mbafford / summarize_json
Last active June 10, 2025 05:04
summarize_json - Summarize JSON Structure (keys and data types)
#!/usr/bin/env python
#
# MIGRATED TO: https://github.com/mbafford/cli-tools/blob/master/summarize_json
#
# Gives a quick summary of the structure of a JSON file, including the keys, object types, and
# leaf node types. Provides a count of each data type so you can quickly tell which data points
# are common.
#
# Example:
#