Skip to content
Input
TOML
Limit
1 MiB
Runtime
Browser

Select a TOML value with a bounded path

Navigate table keys and array indexes with a small deterministic path grammar, then serialize the selected typed value.

Local processingNo sign-upNo content logging

Run TOML path

Inputs are limited to 1 MiB and stay in this browser tab.

Paste or edit the source. Tool Swim does not upload or save it.

Use root, property, quoted-key, zero-based array-index, and supported wildcard segments only.

Selected value

Nothing is placed in a URL, account, or remote log.

What this tool does

Strict, bounded, local processing

This is property navigation, not an expression evaluator. It accepts no functions, predicates, regular expressions, templates, or executable code.

A small grammar keeps queries inspectable

Property segments select table values and numeric indexes select array items. Quoted segments distinguish dots inside keys from separators.

Selection never mutates source

The result is separate from the input. Use merge to create changed TOML and compare to explain two versions.

Primary references

Questions and answers

Related TOML tools