UNPKG
@croct/json
Version:
latest (2.1.0)
2.1.0
2.0.1
2.0.0
1.1.0
1.0.0
Strong JSON typing for TypeScript.
github.com/croct-tech/json-js
croct-tech/json-js
@croct/json
/
jsonOperations.js
6 lines
(5 loc)
•
201 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
serializeJson
=
exports
.
parseJson
=
void
0
;
exports
.
parseJson
=
JSON
.
parse
;
exports
.
serializeJson
=
JSON
.
stringify
;