📋

JSON Templates

Standard JSON structures for APIs, configurations, and data exchange

19 templates

Standard API Error Response

Consistent error object structure for REST APIs following industry best practices.

2 examples 2 code snippets

Pagination Response (Offset-based)

Standard pagination structure for API responses using offset and limit.

1 examples 1 code snippets

Cursor-based Pagination

Cursor-based pagination for APIs with real-time data or frequent updates.

1 examples 1 code snippets

JWT Payload Structure

Standard JWT payload with common claims for authentication.

1 examples 1 code snippets

Webhook Event Payload

Standard structure for webhook event payloads with metadata and versioning.

2 examples 2 code snippets

GraphQL Query Request

JSON structure for GraphQL query requests with variables and operation name.

2 examples 2 code snippets

GraphQL Response Format

Standard GraphQL response structure with data and errors.

2 examples 1 code snippets

OpenAPI/Swagger Endpoint Spec

OpenAPI 3.0 endpoint specification with parameters and responses.

1 examples 1 code snippets

package.json (npm/Node.js)

Standard package.json structure for Node.js projects with common fields.

1 examples 1 code snippets

tsconfig.json (TypeScript)

TypeScript compiler configuration with recommended settings.

1 examples 1 code snippets

.eslintrc.json Configuration

ESLint configuration for JavaScript/TypeScript projects.

1 examples 1 code snippets

.prettierrc.json Configuration

Prettier code formatter configuration.

1 examples 1 code snippets

VS Code Workspace Settings

VS Code settings.json for project-specific editor configuration.

1 examples 1 code snippets

GitHub Actions Workflow

GitHub Actions workflow configuration for CI/CD pipelines.

1 examples 1 code snippets

docker-compose.yml (as JSON)

Docker Compose configuration for multi-container applications.

1 examples 1 code snippets

Web App Manifest (manifest.json)

Progressive Web App manifest for installable web applications.

1 examples 2 code snippets

OAuth Token Response

OAuth 2.0 token endpoint response structure.

2 examples 1 code snippets

GeoJSON Point Feature

GeoJSON format for representing geographic point data.

2 examples 1 code snippets

sitemap.json (JSON Sitemap)

JSON-based sitemap format (alternative to XML sitemap).

1 examples 1 code snippets