fjson-core 0.1.1

fjson is a zero-dependency JSON Parser and Fixer. It takes any input and produces valid JSON. No AI involved.
Documentation
[dependencies]

[lib]
name = "fjson_core"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing"]
description = "fjson is a zero-dependency JSON Parser and Fixer. It takes any input and produces valid JSON. No AI involved."
edition = "2024"
keywords = ["json", "parser", "fixer"]
license = "MIT"
name = "fjson-core"
readme = "README.md"
repository = "https://github.com/matx64/fjson"
version = "0.1.1"