1.0.5 • Published 2 years ago

@ma27inranma/esonparser v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

ESONparser

this does:

const result=ESON.parse(`{
    Name= ESON,
    type= 'parser for JavaScript users.',
    limitations= ['value is always string.', 'single quotes for value/objectname'],
    spaces available in Name=or value
}`);

console.log(result); //: Object

work in progress. still bad code.

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago