Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/cbess/json-adhoc
- Owner: cbess
- Created: 2011-10-12T16:28:55.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-10-31T05:54:32.000Z (about 13 years ago)
- Last Synced: 2024-04-14T15:44:21.043Z (7 months ago)
- Language: Python
- Size: 88.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)