Create file JSON online and get URL
android, json
Solution
You can use gist.github.com. Select language `JavaScript`. I have created a sample here. You can also get the JSON in raw format.
The following SO post specifies an alternate to gist:
Json-Viewer: data in URL
Problem
From string JSON, I want to create a URL to display that string JSON. Do you know a website which supports this!