pub fn parse_jsonc<T: DeserializeOwned>(raw: &str, context: &str) -> Result<T>Expand description
Parse JSONC (JSON with Comments) into a typed struct. Falls back to standard JSON parsing for backward compatibility.
pub fn parse_jsonc<T: DeserializeOwned>(raw: &str, context: &str) -> Result<T>Parse JSONC (JSON with Comments) into a typed struct. Falls back to standard JSON parsing for backward compatibility.