0.1.2 • Published 10 years ago

json-file-binding v0.1.2

Weekly downloads
10
License
-
Repository
github
Last release
10 years ago

json-file-binding is another module to bind a json object to a file.

Bind your own object to a file, with autosave or not. Extend the object with the file content and save it at the process close (verified).

Usage

Syntax: json-file-bind ( filePath, objToBind, autoSave )

Arguments

  • filePath String The file to bind
  • objToBind Object / Array The object to bind.
  • autoSave Object (Optional) Set to true if you want to save the file at any change to your object. Works only array or object but save on exit stills work.
0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago