Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F1374583
parse_json.ts
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
187 B
Referenced Files
None
Subscribers
None
parse_json.ts
View Options
async
function
parseJSON
(
data
:
string
)
:
Promise
<
any
>
{
let
parsed
;
try
{
parsed
=
JSON
.
parse
(
data
);
}
catch
(
_
)
{
return
undefined
;
}
return
parsed
;
}
export
default
parseJSON
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Feb 25, 02:26 (1 d, 4 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
610175
Default Alt Text
parse_json.ts (187 B)
Attached To
Mode
rROFI Roficator
Attached
Detach File
Event Timeline
Log In to Comment