# unwrapper [](https://travis-ci.org/shaunvxc/unwrapper) [](https://badge.fury.io/py/unwrapper)
unwrapper is a small utility for unwrapping the callback function from an otherwise easily parseable json string.
###Usage * To unwrap the JSON from a callback function, and obtain a parsed dictionary: `python from unwrapper import unwrap unwrap('json13123({"a":1, "b": 2, "c": 3})') # returns this dict: {u'a': 1, u'c': 3, u'b': 2} ` * To simply unwrap the callback wrapper, use unwrap_raw: `python from unwrapper import unwrap_raw unwrap_raw('json13123({"a":1, "b": 2, "c": 3})') # returns '{"a":1, "b": 2, "c": 3}' `
####Command Line
$ curl “SOME CURL REQUEST RETURNING WRAPPED JSON” | unwrap
###Installation
$ pip install unwrapper
Release files for unwrapper 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| unwrapper-1.0.0.tar.gz | 3.6 kB | Details |
Release files / unwrapper-1.0.0.tar.gz
| Download URL | unwrapper-1.0.0.tar.gz |
|---|---|
| Size | 3.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5ca46318e158e1ec61748a28b8a14e8dbdd3e9a60947dd35d3a7d0607634425a
|
|
BLAKE2b-256 checksum How to use checksums |
2f0a84cd44d725ec91b0acb22b8a2292f0ca64f39dde259e5f2da70f7227c06e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |