Download sample JSON data sets below:

File Type: CSV | JSON | Parquet

JSON File Examples:

FileDescription
types.jsonTypes of Pokemon.
price.jsonCrypto Prices from Binance.
dummy-data.jsonDummy dataset.
github-key-shortcuts.jsonGithub Keyboard Shortcuts in JSON format.

These data sets are used for testing qStudio
qStudio is a free SQL Editor that allows easily querying parquet/h2/csv/json/tsv/duckdb files.
qStudio is a great local JSON File Viewer.

e.g.
SELECT * FROM read_json('https://www.timestored.com/data/sample/price.json');
SELECT * FROM read_json('c:\users\bill\Desktop\price.json');

Would query the file above, alternatively within windows you can simply click to open a file.

Querying the JSON sample data locally or hosted