Template
{"user": "{{name}}", "isP": "{{boolean}}"}Output
{"user": "Bob Smith", "isP": true}Developer Tools
Fill JSON templates that use double-brace placeholders with mock values such as names, emails, and dates while preserving nested structure. Useful for API and frontend stubs.
Favorite this tool
No favorite storage mode has been selected.
Quick actions
Copy this tool URL or open the system share sheet on a supported device.
开发工具
{{uuid}}, {{name}}, {{email}}, {{phone}}, {{date}}, {{number(min,max)}}, {{boolean}}, {{word}} 等待生成
已复制
Template
{"user": "{{name}}", "isP": "{{boolean}}"}Output
{"user": "Bob Smith", "isP": true}Common ones such as uuid, name, email, phone, date, number, boolean, and word, recognized via double-brace syntax.
No. It only replaces placeholder values and keeps nested objects and arrays intact.
Tools
Continue with another translated tool for a nearby task.
Fake Data Generator
Generate common mock fields such as names and emails locally in your browser and export JSON or other formats. Useful for list placeholders, prototypes, and API stubs.
JSON Formatter
Format, minify, sort, and validate JSON in your browser. Parsing errors include location details, and your data never leaves the page.