JRW is a simple tool to request a URL and parse it's JSON response to display the information in a widget.
JSON format should be in Key-Value pairs. Basic HTTP requests, no Option for special POST params or custom Headers, not even http-auth (you will have to implement s GET-based auth if you want, if that can be stolen from you then even a session cookie can)
Get JSON over HTTP and display in it a widget
No Ads, Totally free
Good usage examples:
- Quick website statistics
- JSON feeds
Tell me what you used your JSON widget for