Skip to main content

parse_json_with_limits

Function parse_json_with_limits 

Source
pub fn parse_json_with_limits(
    codec: CodecId,
    source: &str,
    limits: DecodeLimits,
) -> Result<JsonTree>
Expand description

Parses JSON text into the codec-owned tree under explicit decode limits.