Home > @jview/utils > isJSONObjectString
isJSONObjectString() function
是否是JSON对象字符串
Signature:
typescript
export declare function isJSONObjectString(val: string): boolean;
export declare function isJSONObjectString(val: string): boolean;
Parameters
Parameter | Type | Description |
---|---|---|
val | string |
Returns:
boolean