/**
 * 是否是JSON 字符串
 * @param v
 */
declare function isJSONString(v: string): boolean;

export { isJSONString };
