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.
a > b)
<%= price * qty %> or
<%= name.toUpperCase() %> are
captured under the raw expression text as the key
types option
compileTemplate() and
reverseEjsAll() for fast batch extraction
null on
no-match instead of throwing
&, <,
" automatically decoded
Paste your rendered text and EJS template, then hit Extract.