parse-json
JSON error handler
A JSON parser that provides more informative error messages when parsing JSON fails
Parse JSON with more helpful errors
348 stars
11 watching
35 forks
Language: JavaScript
last commit: 12 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| Reads and parses JSON files from disk or string input | 245 |
| Transforms text columns from Unix commands into JSON data for manipulation | 66 |
| A utility for serializing and writing JSON data to a file in an atomic manner. | 220 |
| An error handling middleware for Koa applications | 91 |
| A utility for parsing yes/no like values with optional typo tolerance | 268 |
| Measures how deeply nested JSON structures can be parsed by different languages' parsers. | 366 |
| Wraps an Objective-C exception handler to enable catching exceptions in Swift | 137 |
| A tool that parses JSON data and outputs the path to each object in the data along with the object itself. | 2,001 |
| A lightweight C parser for structured data formats like JSON | 1,286 |
| Makes unhandled promise rejections fail immediately with an error message instead of silently failing. | 107 |
| An in-place JSON parser implemented in a single header file | 74 |
| A tool to retrieve metadata from the npm registry | 237 |
| A JSON encoder and decoder implemented in Common Lisp. | 164 |
| A utility function for handling conditional promise catches | 38 |
| A high-performance JSON parser that can be used to parse and manipulate JSON data in memory without modifying the original input string. | 568 |