Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cbess/json-adhoc

Provides JSON Adhoc environment (for JSON testing)
https://github.com/cbess/json-adhoc

Last synced: about 1 month ago
JSON representation

Provides JSON Adhoc environment (for JSON testing)

Awesome Lists containing this project

README

        

# JSON Adhoc

- Sample JSON examples are from [JSON.org](http://json.org/example.html)
- Sample JSON can be accessed from lorem json:
[http://loremjson.appspot.com](http://loremjson.appspot.com/)

Provides an adhoc environment to test JSON POST and GET requests.

Modify and run `main.py`.

Example:

from adhoc import JSONAdhoc

# prints the response
print JSONAdhoc(json_string).get(url)