jsonrw

1.1.0 • Public • Published

JsonRW is a simple Json reader and writer

Import according to your setup

const JsonRW = require('jsonrw');

JsonRW uses promises in the backend for both Read and Write:

object2load = JsonRW.Read('./path2data.json');
JsonRW.Write('./path2data.json', object2save);

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i jsonrw

      Weekly Downloads

      1

      Version

      1.1.0

      License

      ISC

      Unpacked Size

      1.94 kB

      Total Files

      4

      Last publish

      Collaborators

      • digimbyte