Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mint-tsdocs.saulo.engineer/llms.txt

Use this file to discover all available pages before exploring further.

validateJsonContent

Summary

Validates JSON content to ensure it’s safe to parse.

Signature

static validateJsonContent(jsonString: string, options?: {
        skipPatternCheck?: boolean;
    }): string;

Parameters

jsonString

Type:string The JSON string to validate

options

Type:
{
        skipPatternCheck?: boolean;
    }
Optional: Yes Validation options

Returns

Type:string Validates JSON content to ensure it’s safe to parse.