UNPKG

@tsed/config

Version:
8 lines (7 loc) 126 B
export function jsonParse(value: string): any { try { return JSON.parse(value); } catch (e) { return value; } }