write-json-file
JSON writer
A utility for serializing and writing JSON data to a file in an atomic manner.
Stringify and write JSON to a file atomically
214 stars
7 watching
40 forks
Language: JavaScript
last commit: 4 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
sindresorhus/load-json-file | Reads and parses JSON files from disk or string input | 245 |
sindresorhus/parse-json | A JSON parser that provides more informative error messages when parsing JSON fails | 346 |
sindresorhus/package-up | Finds the closest package.json file in a directory tree | 159 |
sindresorhus/parse-columns-cli | Transforms text columns from Unix commands into JSON data for manipulation | 66 |
sindresorhus/indent-string | A utility function to insert consistent indentation into a string | 112 |
sindresorhus/package-json | A tool to retrieve metadata from the npm registry | 237 |
sindresorhus/cpy-cli | Copies files from source to destination using streams and directory utilities. | 345 |
sindresorhus/cpy | Copies files from source to destination based on glob patterns and options | 424 |
sayanarijit/jf | A utility to safely format and print JSON objects in the commandline. | 29 |
sindresorhus/read-package-up | Finds the closest package.json file and returns its contents | 258 |
sindresorhus/yn | A utility for parsing yes/no like values with optional typo tolerance | 266 |
sindresorhus/indent-string-cli | A command-line tool for indenting lines of text | 5 |
dominictarr/json.sh | A tool that parses JSON data and outputs the path to each object in the data along with the object itself. | 2,001 |
sindresorhus/strip-json-comments-cli | Removes comments from JSON data to enable use of comments in JSON files | 67 |
mjansson/json | An in-place JSON parser implemented in a single header file | 74 |