fjson-core 0.1.2

fjson is a zero-dependency JSON Parser and Fixer. It takes any input and produces valid JSON. No AI involved.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "fjson-core"
version = "0.1.2"
edition = "2024"
description = "fjson is a zero-dependency JSON Parser and Fixer. It takes any input and produces valid JSON. No AI involved."
repository = "https://github.com/matx64/fjson"
readme = "README.md"
license = "MIT"
keywords = ["json", "parser", "fixer"]
categories = ["parsing"]

[dependencies]