Practical reference

Guides

Use these practical guides to understand common API, JSON, and configuration workflows before reaching for a tool.

Each guide explains the important concepts and checks you can apply to your own development work.

Guide

JSONPath Syntax Guide

Learn the core JSONPath operators used to select values from nested JSON documents.

Guide

How to Validate Docker Compose

Validate Compose files early so YAML mistakes and unsupported service configuration do not reach deployment.

Guide

How to Validate Kubernetes YAML

Review Kubernetes manifests before applying them to reduce syntax errors and configuration surprises.

Guide

How to Convert cURL to Fetch

Translate a cURL request into a browser Fetch call while preserving its method, headers, and body.