pub fn parse_for_eslint_json_string(code: &str) -> String
Parse WXML for ESLint and return the result as a JSON string directly, avoiding the expensive serde_json::from_str → Value step.
serde_json::from_str