| Port details |
- py-json-repair Package to repair broken json strings
- 0.60.1 textproc
=0 0.50.1Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2025-08-31 06:36:03
- Last Update: 2026-06-04 08:42:04
- Commit Hash: 5c88e65
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/mangiucugna/json_repair/
- Description:
- json-repair is a simple package that can be used to fix an invalid json string.
It can repair malformed JSON from LLMs, APIs, logs, and user input.
Features:
- Fix missing quotes, commas, brackets, comments, stray prose, and truncated
values.
- Use it as a drop-in fallback for json.loads() or as a schema-guided repair
step.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}json-repair>0:textproc/py-json-repair@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/textproc/py-json-repair/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-json-repair
- pkg install py311-json-repair
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-json-repair listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-json-repair
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1780557063
SHA256 (mangiucugna-json_repair-v0.60.1_GH0.tar.gz) = d9fac7f0846fa675df10afd795513cd1f26aa03df3dd77a275452ebc404635d3
SIZE (mangiucugna-json_repair-v0.60.1_GH0.tar.gz) = 2565209
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>0 : devel/py-setuptools@py311
- py311-wheel>=0.44.0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-pytest-benchmark>0 : devel/py-pytest-benchmark@py311
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- textproc_py-json-repair
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
0.60.1 04 Jun 2026 08:42:04
    |
Yuri Victorovich (yuri)  |
textproc/py-json-repair: update 0.59.10 → 0.60.1 |
0.59.10 03 Jun 2026 08:02:54
    |
Yuri Victorovich (yuri)  |
textproc/py-json-repair: update 0.50.1 → 0.59.10 |
0.50.1 07 Sep 2025 22:56:19
    |
Yuri Victorovich (yuri)  |
textproc/py-json-repair: update 0.50.0 → 0.50.1
Reported by: portscout |
0.50.0 31 Aug 2025 06:33:50
    |
Yuri Victorovich (yuri)  |
textproc/py-json-repair: New port: Package to repair broken json strings |