DNA is a human-readable data format, inspired by XML, JSON and Properties files and similar to YAML and Jade, with improved readability.
You can use this package to parse and stringify DNA format in JavaScript or Node.js or convert DNA to JSON from command line.
var object = DNA.parse(string);
var string = DNA.stringify(object);
npm install dna-js --save
dna json file.dna > file.json
npm install dna-js -g
An example DNA file with JSON conversion are available in /test directory.
Copyright (c) 2015 Ali Shakiba
Available under the MIT license