embedding
7 tools tagged "embedding".
ASCII to Data URI Converter
Wrap strict 7-bit ASCII text as a data:text/plain;charset=us-ascii;base64 URI.
Open toolData URI to ASCII Converter
Parse a data:text/plain;base64,... URI, decode it, and validate the result is 7-bit ASCII.
Open toolJSON Escaper
Escape JSON text into a quote-free fragment for embedding in another string.
Open toolJSON Stringifier
Wrap JSON text as a single quoted, escaped string literal.
Open toolJSON to Data URI Converter
Encode JSON as a data:application/json;base64,... URI you can embed directly in HTML, CSS, or a link.
Open toolJSON Unescaper
Reverse JSON escaping to recover the original text from an escaped fragment.
Open toolJSON Unstringifier
Decode a quoted JSON string literal back into its original text.
Open tool