1.1.2 • Published 1 year ago

json-api-to-array v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

json-api-to-array

Instantly save JSON data from an API into an array.

Install with npm:

$ npm i json-api-to-array

Usage

Enter the URL that contains the JSON data you need to use.

const url = require('json-api-to-array');

console.log(array('https://jsonplaceholder.typicode.com/todos')); //entire JSON data stored in arr variable

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago