Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 192 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 192 Bytes

JSONP2JSON

Converts JSONP response to JSON format

How to use

import jsonp2json
import json

json_result = jsonp2json.convert(jsonp_response)
result = json.loads(json_result)