@ma27inranma/esonparser
v1.0.5
Published
easy json(Extended Simple ObjectNotation)!
Downloads
3
Readme
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.