1.0.3 • Published 4 years ago

bfon v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

BFON - (Better-Forever Object Notation)

BFON is an Open-Source NodeJS module that allows more advanced file-storage concepts using an easy INI-like syntax.

Example of a .bfon file:

str stringExample = Hello World!  
int integerExample = 123  
obj objectExample = {"name": "Jon","age": 70}
arr arrayExample = <array>
    Hello World,
    123
</array>

1. Installing BFON:

npm install bfon

2. Using BFON:

Documentation (Click-me!)