load-json-file
JSON parser
Reads and parses JSON files from disk or string input
Read and parse a JSON file
245 stars
8 watching
47 forks
Language: JavaScript
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
sindresorhus/parse-json | A JSON parser that provides more informative error messages when parsing JSON fails | 346 |
sindresorhus/write-json-file | A utility for serializing and writing JSON data to a file in an atomic manner. | 214 |
sindresorhus/parse-columns-cli | Transforms text columns from Unix commands into JSON data for manipulation | 66 |
sindresorhus/package-up | Finds the closest package.json file in a directory tree | 159 |
sindresorhus/package-config | A tool to get namespaced config from the closest package.json | 120 |
mjansson/json | An in-place JSON parser implemented in a single header file | 74 |
sindresorhus/package-json | A tool to retrieve metadata from the npm registry | 237 |
sindresorhus/strip-json-comments | Removes comments from JSON data to allow its safe use in production environments. | 599 |
sindresorhus/read-package-up | Finds the closest package.json file and returns its contents | 258 |
sindresorhus/strip-json-comments-cli | Removes comments from JSON data to enable use of comments in JSON files | 67 |
sinhashubham95/jsonic | A comprehensive set of utilities to handle JSON data in Go. | 11 |
recp/json | A lightweight JSON parsing library that creates a DOM-like data structure | 24 |
sindresorhus/electron-serve | A utility to serve static files in Electron apps | 438 |
sindresorhus/yn | A utility for parsing yes/no like values with optional typo tolerance | 266 |
trentm/json | A fast CLI tool for massaging JSON on the Unix command line | 1,559 |