reverse-ejsTurn any templated text into structured JSON. Works with HTML, Markdown, logs, emails, plain text - anything you can describe with an EJS template.
Copy the HTML page, Markdown document, log line, email, or any other templated text you want to extract data from.
Replace the values you care about with EJS tags like
<%= name %>.
Paste both below and get a clean JSON object with every value extracted.
Paste your rendered text and EJS template, then hit Extract.