Crates.io | toy-json-formatter |
lib.rs | toy-json-formatter |
version | 0.3.7 |
source | src |
created_at | 2023-10-27 21:50:02.324921 |
updated_at | 2024-10-27 16:50:00.654985 |
description | This is a JSON formatter that is built to be fault tolerant from the ground up. Its job is to take any input and do its best to parse it and format it as JSON. |
homepage | |
repository | https://github.com/mr-adult/JFC |
max_upload_size | |
id | 1016483 |
size | 101,741 |
This library is a JSON parsing libary with the following goals:
This library reserves the right to change how malformed JSON is transformed back into valid JSON at any time. Calling code should not depend on the implementation details of error recovery. Changes to error recovery strategies will not be considered breaking changes under semver.