1.1.2 • Published 2 years ago

json-api-to-array v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago