Metadata-Version: 2.1
Name: describe-json
Version: 0.1.1
Summary: Tired of looking at JSON objects that contain long arrays? Fear no more!
Home-page: https://github.com/vladiibine/describe_json
Author: Vlad-George Ardelean
Author-email: vlad.george.ardelean@gmail.com
License: MIT license
Keywords: describe_json
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7

=============
Describe JSON
=============


.. image:: https://img.shields.io/pypi/v/describe_json.svg
        :target: https://pypi.python.org/pypi/describe_json

.. image:: https://img.shields.io/travis/vladiibine/describe_json.svg
        :target: https://travis-ci.org/vladiibine/describe_json

.. image:: https://readthedocs.org/projects/describe-json/badge/?version=latest
        :target: https://describe-json.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




Tired of looking at JSON objects that contain long arrays? Fear no more!
describe_json basically displays your JSON, replacing any arrays with a dictionary that just describes the array.



* Free software: MIT license
* Documentation: https://describe-json.readthedocs.io.


Installation
------------
$ pip install describe_json


Usage
-----
echo '{"a": [1, 2, 3, 4]}' | describe_json

...or
describe_json '{"a": [1, 2, 3, 4]}'

...or
describe_json -f some_file.json


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2019-03-31)
------------------

* First release on PyPI.


