0.1.3 • Published 4 years ago

convert-array-json v0.1.3

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

How to use?

  • JSON: const json = { "Teste": true, "Teste2": false }; const convert = require('convert-array-json'); . . convert.convertToJson(json);

  • Array: const array = "Teste", "Teste2" ; const convert = require('convert-array-json'); . . convert.convertToArray(array);

@eusouodaniel

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

1.0.0

4 years ago