Current File : /home/kelaby89/kayautoparts.com/wp-content/plugins/extendify/src/Shared/lib/parsing.js
export const safeParseJson = (json) => {
	try {
		return JSON.parse(json) ?? {};
	} catch (e) {
		return {};
	}
};
Page not found – Hello World !