yek
Yek is key spelt backwards. It changes ["one", "two", "three"] to one[two][three] and back. It is a simple library and does stresses on consistency to and fro. It's a bracket notation and is not customizable to be dot notation.
Example use cases
var atos = ;;// returns one[two][three] var stoa = ;;// returns ['one', 'two', 'three']
Usage
Install from npm
.
npm install --save yek
Changing Array to String (atos)
var atos = ;;// returns one[two][three]
Changing String to Array (stoa)
var stoa = ;;// returns ['one', 'two', 'three']
License
MIT