Skip to main content

flint_decode

Function flint_decode 

Source
pub fn flint_decode(s: &str) -> String
Expand description

Decode the Ignition Flint JSON-string form back to plain text — SINGLE-PASS (multi-pass cannot distinguish \\t — literal backslash + t — from \t — a tab). Unknown \uXXXX and unknown single escapes KEEP the backslash (the ignition-nvim semantics: the escape sequence rides through verbatim for the re-encode).