UNPKG

apphouse

Version:

Component library for React that uses observable state management and theme-able components.

7 lines (6 loc) 255 B
/** * Validates a JSON string. * @param {string} jsonString - The JSON string to validate. * @returns {boolean} - Returns true if the JSON string is valid, otherwise returns false. */ export declare function validateJSON(jsonString: string): boolean;