Home > widget-integration > FilterHelper > safeParseJSON
FilterHelper.safeParseJSON() method
Signature:
safeParseJSON<T>(json: string, guard: Guard<T>): T | null;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
json |
string | |
|
guard |
Guard<T> |
Returns:
T | null