Project description
json_navigator
Usage
from navJson import jsonParsing
If the object you want to inspect is Python list, use the method below
If jsonToBeParsed is the variable name -
returnedCollectionOfCodes, _ = jsonParsing.listParserAndCodeCreator( jsonToBeParsed,
rootCode = "jsonToBeParsed",
collectionOfCodes = list() )
resultList = [ (code , eval(code) ) for code in returnedCollectionOfCodes ]
If it is a python dictionary, use below method
returnedCollectionOfCodes, _ = jsonParsing.jsonParserAndCodeCreator( jsonToBeParsed, rootCode = "jsonToBeParsed", collectionOfCodes = list() )
resultList = [ (code , eval(code) ) for code in returnedCollectionOfCodes ]
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file navigate-json-1.0.3.tar.gz
.
File metadata
-
Download URL:
navigate-json-1.0.3.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
-
Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.7.4
File hashes
Hashes for navigate-json-1.0.3.tar.gz
Algorithm |
Hash digest |
|
SHA256 |
29b6a1da7e364e41774d32e4fbf5f6d22a6b85b4a7fd018fa261aee873db8751 |
|
MD5 |
5648ee12c6d65620b3cf39c6e0650ac9 |
|
BLAKE2b-256 |
2689347007a19683f9bd9c8201e5896ec5280d2e4a09f8efab06c0773be58ffb |
|
See more details on using hashes here.
File details
Details for the file navigate_json-1.0.3-py3-none-any.whl
.
File metadata
-
Download URL:
navigate_json-1.0.3-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
-
Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.7.4
File hashes
Hashes for navigate_json-1.0.3-py3-none-any.whl
Algorithm |
Hash digest |
|
SHA256 |
6e0c8fa48cdbea11884b3c9d0c2e9dd38a5fdaa37331224886f5d190e8325ac1 |
|
MD5 |
ae9ce535b4eee261febc0a4eae3a6589 |
|
BLAKE2b-256 |
e814c7eb3bb1da0be4fca0f383f98b24bfa127064f503098f305a7748c22fb69 |
|
See more details on using hashes here.