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

Readme

Keywords

Package Sidebar

Install

npm i convert-array-json

Weekly Downloads

7

Version

0.1.3

License

MIT

Unpacked Size

1.36 kB

Total Files

3

Last publish

Collaborators

  • eusouodaniel