find-my-json.com
Validates, explores structure, and extracts specific fields from JSON data efficiently in batch operations.
Trust signal
4 of 4 pillars
coverage 100%
Pillars
Signals
Evidence tiers, not an endorsement · trust model v0.1.0 (provisional) · CDP-lane settlement only (D3) · Trust API coming soon
On-chain traction
ERC-8004 agent registry
Not found in the ERC-8004 agent registry. This is the default state — absence is not a negative signal.
Identity & classification
Settlement volume
USDC settled on-chain · monthly
as of Jul 12, 2026
Endpoints(6)
Extract one value from a JSON blob using a dot-notation path. Pull just the field you need instead of the full response.
Extract up to 100 fields from a JSON object in one call. Get just the values, not the full object.
Discover a JSON object's structure as a concise tree string. See what's inside without loading the full blob into context.
Check if a JSON value is a valid object or array. Skip processing malformed data that would waste tokens on errors.
Resolve up to 50 dot-notation paths, each against its own JSON object, in one call. Get just the extracted values without holding 50 full blobs in context.
Run up to 100 mixed JSON operations (shape, get, pluck, multi-pluck, validate) in a single call. Process large blobs without loading them into context.