aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/known-incompatibilities.md
AgeCommit message (Collapse)Author
2026-06-21refactor(json): eliminate json_last_error in favor of Resultnsfisis
json_encode/json_encode_ex now return anyhow::Result<String> instead of Option, so callers no longer need json_last_error() to get the failure reason. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>