fracturedjson 0.1.0

Rust port of FracturedJsonJs: human-friendly JSON formatter with optional comment support.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# AGENTS.md

Project-specific instructions for agents working in this repo.

## Commit Message Guidelines

- Use Angular-style commit messages (e.g., `feat: ...`, `chore: ...`) and include a short detail summary in the body.

## Code hygiene

- After each feature implementation, run `cargo fmt --all` and `cargo clippy`.
  - Fix all the reported issues.