Skip to main content

# unwrapper [![Build Status](https://travis-ci.org/shaunvxc/unwrapper.svg?branch=master)](https://travis-ci.org/shaunvxc/unwrapper) [![PyPI version](https://badge.fury.io/py/unwrapper.svg)](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)

Source distribution for unwrapper 1.0.0
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

Release history Release notifications | RSS feed

This release

1.0.0 This release

1 release file

0.0.8

1 release file

0.0.7

1 release file

0.0.6

1 release file

0.0.5

1 release file

0.0.4

1 release file

0.0.3

1 release file

0.0.2

1 release file

0.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