Skip to main content
# Python dictionary/JSON digger

# About

The script is to help you look either for specific keys or values in multi-tier nested python dictionaries (either native or converted from JSON).

# Usage

I am using it heavily in analyzing the data retrieved from REST APIs (Google, Bing, Linkedin etc.), NoSQL dbs (MongoDB etc.), python dictionaries.

# Installation

```
$ pip install json-digger
```

# Python Version

It has been developed and tested under Python 2.7. However it supports also Python 3.

# How to use?

```python
from json_digger.json_digger import JsonDigger

weather = {"coord":{"lon":-0.13,"lat":51.51},"sys":{"type":3,"id":60992,"message":0.0921,"country":"GB","sunrise":1423639268,"sunset":1423674497},"weather":[{"id":803,"main":"Clouds","description":"broken clouds","icon":"04d"}],"base":"cmc stations","main":{"temp":278.05,"humidity":84,"pressure":1025.6,"temp_min":278.05,"temp_max":278.05},"wind":{"speed":2.39,"deg":122.505},"rain":{"3h":0},"clouds":{"all":80},"dt":1423646999,"id":2643743,"name":"London","cod":200}

i = JsonDigger(weather) # initialize class instance

r_k = i.get_keys('country') # search for key 'country'
r_v = i.get_values(278.05) # search for value '278.05'

print r_k # response: {u':sys:country': [u'GB']}
print r_v # response: {u':main:temp': [278.05], u':main:temp_max': [278.05], u':main:temp_min': [278.05]}
```

More in tester.py!

# Must have (if work with JSONs)

JSON module for Python (https://docs.python.org/2/library/json.html).



# Release History

0.2.0 (2016-02-20)
Added support for Python 3.

0.1.0 (2015-02-11)
First release.

Release files for json-digger 0.2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for json-digger 0.2
File Size Uploaded
json-digger-0.2.tar.gz 4.1 kB Details

Release files / json-digger-0.2.tar.gz

Download URL json-digger-0.2.tar.gz
Size 4.1 kB
Tags Source
SHA-256 checksum
How to use checksums
a6d6bc665c1f9c671ffef2c679d1298b4cc7ed40dc74d88a32ac1666a0e2b514
BLAKE2b-256 checksum
How to use checksums
dbea47440d90614aae641008a01e559d69c6f372ba644f6d7d99804ae8f66b7c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

0.2 This release

1 release file

0.1

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page