1.0.5 • Published 3 years ago

@ma27inranma/esonparser v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago