Skip to content

A tool to get more information about the size of a JSON document

License

Notifications You must be signed in to change notification settings

genintho/json-size-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

json-size-explorer

Get insight about the content of your JSON documents. Find what is taking the most space. Find duplicates, key size, depth, etc

GUI

http://everymscount.com/json-size-explorer/demo.html

Install

npm install -g json-size-explorer

Badges

Coverage Status

Commands

json-size-explorer --help

  Usage: json-size-explorer [options]

  Options:
    --path [string]  Path of JSON document
    --items [num]    Add the specified type of cheese [marble] (default: 5)
    -h, --help       output usage information

What can it do

  • file size
  • number of keys
  • size of all keys
  • count and size of each keys
  • count and size of each values
  • count of key-value combo to detect duplicated structures

Screenshot

capture

Changelog

1.0.3

  • Improve display of Key/Value. This helps finding pure duplication

1.0.2

  • Display the number of keys found in the document
  • Align data in the column to improve readability

About

A tool to get more information about the size of a JSON document

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published