Skip to content

tohyongcheng/jsonp2json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Converts JSONP response to JSON format for Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages