load-json-file
Advanced tools
Weekly downloads
Readme
Read and parse a JSON file
It also strips UTF-8 BOM.
$ npm install load-json-file
import {loadJsonFile} from 'load-json-file';
console.log(await loadJsonFile('foo.json'));
//=> {foo: true}
Returns a Promise<unknown>
with the parsed JSON.
Returns the parsed JSON.
Type: object
Type: Function
Applies a function to the JSON string before parsing.
Type: Function
Prescribes how the value originally produced by parsing is transformed, before being returned. See the JSON.parse
docs for more.
Available as part of the Tidelift Subscription.
The maintainers of load-json-file and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. Learn more.
FAQs
Read and parse a JSON file
The npm package load-json-file receives a total of 18,933,851 weekly downloads. As such, load-json-file popularity was classified as popular.
We found that load-json-file demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.