ToolBuddy
In Browser

Template String

Fill ${path} or {{ path }} placeholders from a JSON object. Rendering is a local string replace.

Runs in your browser. Nothing is uploaded.

0 characters · 0 lines

0 characters · 0 lines

About this tool

Replace ${dotted.path} and {{ dotted.path }} from a JSON object. Missing paths become empty strings.

How to use: paste a template, edit the JSON values, copy. Nested keys use dots.

Example: Hello ${name} with {"name":"Ada"} becomes Hello Ada. Related: JSON formatter to tidy the values object.

Related Web tools