0.1.1 • Published 10 years ago

tree-format v0.1.1

Weekly downloads
1
License
MIT
Repository
-
Last release
10 years ago

Build Status

NPM version

tree-format

Encode JavaScript data to tree parameter format used by Jenkins.

Installation

NPM

npm install tree-format

Bower

bower install tree-format

API

.stringify(obj)

var TreeFormat = require('tree-format');
TreeFormat.stringify({a: ["b", "c"]}) // a[b,c]

Contributors

Aliaksei Shytkin

Licence

MIT