Format Examples
A rich library of standard JSON, YAML, XML, and CSV examples for testing your code and workflows.
json Examples
package.json config
A standard Node.js package manifest file setting up scripts and dependencies.
tsconfig.json config
TypeScript compiler configuration file example.
.eslintrc.json config
ESLint configuration for code quality rules.
.prettierrc config
Prettier code formatting configuration.
Vite config as JSON
A JSON representation of Vite build tools config.
GitHub Actions output
Context payload generated by GitHub Actions workflows.
OpenAPI Petstore
A minimal OpenAPI 3.0 specification for a Petstore API.
Stripe Webhook
A mock Stripe charge.succeeded webhook payload.
GitHub PR Event
A mock GitHub Pull Request webhook payload.
JSON-LD Article
Structured data for an Article, used for SEO.
GeoJSON specificaton
A standard GeoJSON feature collection with a point and a polygon.
Decoded JWT header & payload
The JSON structure inside a standard authentication JWT.
GraphQL Introspection
A mock output from a GraphQL introspection query.
docker inspect output
A mock JSON output from running docker inspect.
package-lock snippet
A fragment of an npm package-lock file.
yaml Examples
docker-compose.yaml
A standard Docker Compose file defining a web app and a database service.
Kubernetes Deployment
A Kubernetes Deployment manifest creating replicas of a pod.
GitHub Actions Workflow
A CI workflow defining build and test steps on push.
Helm values.yaml
A configuration file overriding default Helm chart values.
Ansible Playbook
An Ansible playbook automating server provisioning.
OpenAPI Spec (YAML)
A minimal OpenAPI 3.0 API definition in YAML format.
jest.config.yaml
Jest testing framework configuration.
.gitlab-ci.yml
GitLab CI/CD pipeline definition.
.travis.yml
Travis CI configuration file.
CircleCI config.yml
CircleCI pipeline configuration file.
AWS CloudFormation (YAML)
AWS infrastructure as code template.
pubspec.yaml
Flutter and Dart package manager manifest.
Front Matter (Markdown)
YAML front matter block used in Markdown files.
bitbucket-pipelines.yml
Bitbucket pipeline configuration.
azure-pipelines.yml
Azure DevOps CI/CD pipeline configuration.
xml Examples
pom.xml (Maven)
A standard Maven Project Object Model configuration file.
AndroidManifest.xml
The core configuration file for an Android application.
sitemap.xml
A standard XML Sitemap for search engine indexing.
RSS Feed (XML)
An RSS 2.0 feed containing blog or news syndication.
Atom Feed (XML)
An Atom feed, a modern alternative to RSS for syndication.
SVG Image (XML)
A Scalable Vector Graphics image defined in XML.
SOAP Envelope
A standard SOAP web service request payload.
JUnit Test Report
A JUnit XML output file from a test runner.
App.config (.NET)
A standard configuration file for .NET Framework apps.
XHTML Document
A strictly formatted HTML document following XML rules.
csv Examples
E-commerce Products Catalog
A CSV representing a catalog of store products with prices and SKUs.
User Data Export
A system export of user profiles containing emails and timestamps.
Monthly Sales Report
A daily aggregation of sales figures for a retail store.
Machine Learning Dataset
A raw dataset of features for a classification model.
Server Access Logs
Parsed NGINX access logs compressed into a strict CSV format.
HR Employee Records
A mock HR database export indicating employee roles and salaries.
Stock Market Quotes
Daily stock market closing figures for a specific ticker.
Historical Weather Data
Meteorological data containing daily temperature and precipitation.
Real Estate Listings
A data dump of property listings including price and square footage.
Flight Routes Network
A directional graph dataset of commercial airline flight routes.