parse-json
JSON error handler
A JSON parser that provides more informative error messages when parsing JSON fails
Parse JSON with more helpful errors
346 stars
11 watching
35 forks
Language: JavaScript
last commit: 9 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-columns-cli | Transforms text columns from Unix commands into JSON data for manipulation | 66 |
sindresorhus/write-json-file | A utility for serializing and writing JSON data to a file in an atomic manner. | 214 |
koajs/json-error | An error handling middleware for Koa applications | 91 |
sindresorhus/yn | A utility for parsing yes/no like values with optional typo tolerance | 266 |
lovasoa/bad_json_parsers | Measures how deeply nested JSON structures can be parsed by different languages' parsers. | 366 |
sindresorhus/exceptioncatcher | Wraps an Objective-C exception handler to enable catching exceptions in Swift | 133 |
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 |
json-parser/json-parser | A lightweight C parser for structured data formats like JSON | 1,285 |
sindresorhus/hard-rejection | Makes unhandled promise rejections fail immediately with an error message instead of silently failing. | 107 |
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 |
rudolph-miller/jonathan | A JSON encoder and decoder implemented in Common Lisp. | 164 |
sindresorhus/p-catch-if | A utility function for handling conditional promise catches | 38 |
chadaustin/sajson | A high-performance JSON parser that can be used to parse and manipulate JSON data in memory without modifying the original input string. | 570 |