Package: llmjson Title: Repair Malformed JSON Strings Version: 0.1.0 Authors@R: person("Dyfan", "Jones", , "dyfan.r.jones@gmail.com", role = c("aut", "cre")) Description: Repairs malformed JSON strings, particularly those generated by Large Language Models. Handles missing quotes, trailing commas, unquoted keys, and other common JSON syntax errors. License: MIT + file LICENSE URL: https://github.com/DyfanJones/llmjson, https://dyfanjones.r-universe.dev/llmjson BugReports: https://github.com/DyfanJones/llmjson/issues Depends: R (>= 4.2) Suggests: bit64, ellmer, testthat (>= 3.0.0) Config/rextendr/version: 0.4.2.9000 SystemRequirements: Cargo (Rust's package manager), rustc Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/Needs/website: rmarkdown Config/pak/sysreqs: libclang-dev Repository: https://dyfanjones.r-universe.dev Date/Publication: 2026-03-05 18:17:31 UTC RemoteUrl: https://github.com/DyfanJones/llmjson RemoteRef: HEAD RemoteSha: fa3b732a0df7d6ce45d92a3fdec6823b16390b6d NeedsCompilation: yes Packaged: 2026-07-03 06:39:01 UTC; root Author: Dyfan Jones [aut, cre] Maintainer: Dyfan Jones