UNPKG
json11
Version:
latest (2.0.2)
2.0.2
2.0.1
2.0.0
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
JSON for humans and machines
github.com/AMoo-Miki/json11
AMoo-Miki/json11
json11
/
src
/
index.ts
8 lines
(6 loc)
•
108 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
{ parse }
from
'./parse'
;
import
{ stringify }
from
'./stringify'
;
export
{ parse, stringify, }