Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iojson

Import and export json file with pure javascript in browser.

Install

npm install iojson

Demo

import iojson from 'iojson'

const data = {
  // your json data
}

// export a .json file
iojson.exportJSON(data, 'filename')

// import json from file
iojson.importJSON().then(data => {
  // some code
})

About

Import and export json file with pure javascript in browser.

Topics

Resources

Stars

6 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages