1.0.8 • Published 3 years ago

iojson-ts v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
3 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

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago