1.0.8 • Published 2 years ago

iojson-ts v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Hellođź‘‹

How to use?

Install

npm install iojson-ts

uninstall

npm uninstall iojson-ts

example

functiondatafileNamereturn
exportJSONa json format dataa string, name the exportd filenone
importJSONa json filenonePromise
import { exportJSON, importJSON } from 'iojson-ts';

const testJSON = {
    a: 1
}

exportJSON(testJSON, "testName");
importJSON().then(data => {})

Inspired by

iojson - npm (npmjs.com)

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago