/YAML-With-Javascript-JAML

YAML in javascript files using with labels

Primary LanguageJavaScript

YAML-With-Javascript-JAML

YAML in javascript files using with labels

/*
multiline comment
*/
kind: //single line comment
   fruits:
       - 'apple'
       -'banana'
   vegatables: ['potato']
   ports: 100
   ports: 200
   tags: { 'other', 'list' }
   objects: { hello: 'hello'; world:'world'; ':)', [':))'] }
   string: 'Hello World'
   code: console.log('hello world')
   allTypes: (/myRegex/ || 1e1 || true, false | Object & 1 + 1)