GitHub
github.com › jdorfman › awesome-json-datasets
GitHub - jdorfman/awesome-json-datasets: A curated list of awesome JSON datasets that don't require authentication. · GitHub
A curated list of awesome JSON datasets that don't require authentication. - jdorfman/awesome-json-datasets
Starred by 3.6K users
Forked by 388 users
Languages JavaScript
Data.gov
catalog.data.gov › dataset
JSON - Dataset - Catalog - Data.gov
JSON · XML · County · Montgomery County of Maryland — · This dataset contains a list of sales and movement data by item and department appended monthly. Update Frequency : Monthly · CSV · RDF · JSON · XML · State · State of New York — · Go to http://on.ny.gov/1GpWiHD on the New York Lottery website for past Powerball results and payouts.
Videos
25:39
Dataset-JSON Pilot Report and Next Steps - YouTube
01:38
How to Create a Dataset from a JSON File | Input Output - YouTube
13:12
Basic JSON Data Analysis: Python vs No-Code - YouTube
12:54
ETL (Extract, Transform, Load) with complex JSON Dataset | Databricks ...
09:14
Simplifying Fine Tuning Jsonl dataset generation with a Python ...
13:05
Extracting a Targeted Subset from a COCO JSON annotated dataset ...
What JSON sample files are available?
We offer multiple sample JSON files including iris (flower dataset), mtcars (vehicle data), and more. Each file demonstrates different data types and structures.
agentsfordata.com
agentsfordata.com › json tools › json samples
Sample JSON Data Files - Download Free JSON Examples
How do I download a sample JSON file?
Click on any sample file card and choose "Download". The file will be converted to JSON format and downloaded to your device instantly.
agentsfordata.com
agentsfordata.com › json tools › json samples
Sample JSON Data Files - Download Free JSON Examples
Can I view the sample data before downloading?
Yes, click "View" on any sample file to open it in our interactive viewer. You can explore the data, filter, sort, and then download.
agentsfordata.com
agentsfordata.com › json tools › json samples
Sample JSON Data Files - Download Free JSON Examples
CDISC
cdisc.org › standards › data-exchange › dataset-json
Dataset-JSON | CDISC
Dataset-JSON is a data exchange standard for sharing tabular data using JSON.
Kaggle
kaggle.com › datasets › rtatman › iris-dataset-json-version
Iris Dataset (JSON Version)
Checking your browser before accessing www.kaggle.com · Click here if you are not automatically redirected after 5 seconds
Kaggle
kaggle.com › datasets › karthikrathod › json-files-of-datasets
json files of datasets
Checking your browser before accessing www.kaggle.com · Click here if you are not automatically redirected after 5 seconds
Kaggle
kaggle.com › datasets
Find Open Datasets and Machine Learning Projects
Checking your browser before accessing www.kaggle.com · Click here if you are not automatically redirected after 5 seconds
Dadroit
dadroit.com › blog › json-datasets
List of Open Datasets That Can Be Used As JSON Sample Data
September 25, 2023 - Scottish Parliament The Scottish Parliament is publishing the data it is producing as open datasets. Mock data is important in testing software systems by examining the consistency of the data in a real-life schema and scale. httpbin This provider is an HTTP Service that generates random and dynamic data for mock data usage. Mockaroo This project is a mock data generator, with a custom schema and in a variety of export choices, including JSON and CSV.
Atorus-research
atorus-research.github.io › datasetjson
Read and Write CDISC Dataset JSON Files • datasetjson
Welcome to datasetjson. datasetjson is an R package built to read and write CDISC Dataset JSON formatted datasets.
Awesome Rank
awesomerank.github.io › lists › jdorfman › awesome-json-datasets.html
Awesome Rank for jdorfman/awesome-json-datasets
A curated list of awesome JSON datasets that don’t require authentication.
data.world
data.world › datasets › json
data.world
Skip to main content · Loading · About data.world · Terms & Privacy · © 2026 data.world, inc
Mendeley Data
data.mendeley.com › datasets › ct8f9skv97 › 1
JSON Datasets for Exploratory OLAP - Mendeley Data
July 7, 2017 - - The DBLP dataset contains 2M documents scraped from DBLP in XML format and converted into JSON. Documents are flat and represent eight kinds of publications including conference proceedings, journal articles, books, thesis, etc. The third portion of the dataset represent author pages, containing ...
JSON Lint
jsonlint.com › datasets
Free JSON Datasets - Download Open Source Data | JSONLint | JSONLint
Browse and download free JSON datasets for testing, learning, and development. Curated collections of countries, languages, programming data, and more.
Adobe
opensource.adobe.com › Spry › samples › data_region › JSONDataSetSample.html
JSON Data Set Sample
the JSON DataSet will create a row for each element in the JSON array, and store its value in a column named "column0".
CityJSON
cityjson.org › datasets
Datasets | CityJSON
Generating automatically your own CityJSON dataset · Every buildings (~10M) in the Netherlands · The topography of the Netherlands in 3D · cube.city.json – a unit cube · tetra.city.json – a simple tetrahedron · torus.city.json – a unit cube with a genus of one ·
NCBI
ncbi.nlm.nih.gov › datasets › docs › v2 › tutorials › working-with-jsonl-data-reports
Working with JSON Lines data reports
This is one of the many Tools for JSON and JSON Lines. Alternatively, see the question below to generate a table. First, download a gene data package for a set of NCBI GeneIDs and unzip it. $ datasets download gene gene-id 1,2,9 --filename genes.zip Collecting 3 records [================================================] 100% 3/3 Downloading: genes.zip 24.3kB done $ unzip genes.zip Archive: genes.zip inflating: README.md inflating: ncbi_dataset/data/rna.fna inflating: ncbi_dataset/data/protein.faa inflating: ncbi_dataset/data/data_report.jsonl inflating: ncbi_dataset/data/dataset_catalog.json
Chewbii
chewbii.com › json-datasets
JSon datasets – Chewbii.com
June 27, 2017 - Here are some JSon datasets from various repositories i gathered over the Internet. I found it very useful to train yourself on NoSQL databases, especially MongoDB, CouchDB or elasticsearch. Archiv…
Hugging Face
huggingface.co › docs › datasets › v1.1.3 › loading_datasets.html
Loading a Dataset — datasets 1.1.3 documentation
>>> from datasets import load_dataset >>> dataset = load_dataset('json', data_files='my_file.json', field='data')