convert-array-json

0.1.3 • Public • Published

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.1.31latest

Version History

VersionDownloads (Last 7 Days)Published
0.1.31
0.1.20
0.1.10
0.1.00
1.0.00

Package Sidebar

Install

npm i convert-array-json

Weekly Downloads

1

Version

0.1.3

License

MIT

Unpacked Size

1.36 kB

Total Files

3

Last publish

Collaborators

  • eusouodaniel