Skip to main content

parse_jsonc

Function parse_jsonc 

Source
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.