json_partial 0.2.1

Json fixing parser for imperfect json given by LLMs
Documentation
# Changelog

All notable changes to this project will be documented in this file.

## [0.2.0] - 2025-02-15

### 🚀 Features

- Jsonish is born
- Add to_json_string, to_json_string_pretty
- Python bindings for json_partial

### 🐛 Bug Fixes

- More keys in cargo.toml
- Description

### 🚜 Refactor

- Replace anyhow with custom error type using thiserror

### 📚 Documentation

- More docs
- Refine docs