N_STR * n_pretty_xml(const char *text)
Re-indent an XML or HTML document (one tag or text run per line).
N_STR * n_pretty_js(const char *text)
Conservatively re-indent JavaScript (newlines at top-level braces and semicolons, two-space indent by...
N_STR * n_pretty_json(const char *text)
Reformat a JSON document with cJSON (parse + print).
A box including a string and his lenght.
N_STR and string function declaration.