Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find a pre-populated json file for testing?

Tags:

json

testing

I am building an application that can import JSON data, I want to test about 10k entries, and I don't feel like building a JSON string with that many entries.... so does anyone have a location where I could find some generic populated JSON files? (Music Albums / Movie Listings / Animal Kingdom / Census data / Car Models... I'm not horribly picky, I just need some good data to test with.)

like image 386
Matt Avatar asked Jun 08 '12 03:06

Matt


People also ask

Where can I find JSON file?

Steps to open JSON files on Web browser (Chrome, Mozilla)Open the Web store on your web browser using the apps option menu or directly using this link. Here, type JSON View in search bar under the Extensions category. You will get the various extensions similar to JSON View to open the JSON format files.

Can I get JSON data from any website?

Yes, it is, you can make Http calls to the web API and get and parse the JSON response according to your needs.

How do I create a JSON file?

Open a Text editor like Notepad, Visual Studio Code, Sublime, or your favorite one. Copy and Paste below JSON data in Text Editor or create your own base on the What is JSON article. Once file data are validated, save the file with the extension of . json, and now you know how to create the Valid JSON document.


2 Answers

This is a site that is in beta that can give you data in JSON, XML or CSV. All lists are customizable. This is a sample call: http://mysafeinfo.com/api/data?list=englishmonarchs&format=json Documentation here: http://mysafeinfo.com/content/documentation ; See a full list under Datasets on the main menu

like image 57
user1745124 Avatar answered Oct 10 '22 12:10

user1745124


There are few websites that have raw data that can be customized to a JSON format. Here is a link for some raw data information Data

like image 39
sathish_at_madison Avatar answered Oct 10 '22 10:10

sathish_at_madison