Skip to content

Home > @jview/utils > isJSONObjectString

isJSONObjectString() function

是否是JSON对象字符串

Signature:

typescript
export declare function isJSONObjectString(val: string): boolean;
export declare function isJSONObjectString(val: string): boolean;

Parameters

ParameterTypeDescription
valstring

Returns:

boolean