UNPKG
@hyperjump/json
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.0
0.0.1
JSON parser and stringifier with JSON Pointer support
github.com/hyperjump-io/json
hyperjump-io/json
@hyperjump/json
/
lib
/
index.js
3 lines
(2 loc)
•
60 B
JavaScript
View Raw
1
2
3
export
*
from
"./parse.js"
;
export
*
from
"./stringify.js"
;