jprichardson / node-jsonfile

Easily read/write JSON files.
MIT License
1.2k stars 321 forks source link

Reading a hosted json file #104

Closed g4spow closed 6 years ago

g4spow commented 6 years ago

Does this support external json files?

Trying to access a JSON file hosted on AWS S3 without any success.

Tried var localData = "https://s3.eu-west-2.amazonaws.com/mybucketname/MOCK_DATA.json" and a few other varients

RyanZim commented 6 years ago

No, we don't support that.