Skip to content

Commit e2c2acc

Browse files
committed
cleanup
1 parent 623beda commit e2c2acc

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Repair broken JSON strings
1+
# Repair broken or incomplete JSON strings
2+
3+
Repair invalid JSON strings by automatically fixing common syntax errors like single quotes, unquoted keys, trailing commas, and missing brackets.
24

35
[![Latest Version](https://img.shields.io/packagist/v/cortexphp/json-repair.svg?style=flat-square&logo=composer)](https://packagist.org/packages/cortexphp/json-repair)
46
![GitHub Actions Test Workflow Status](https://img.shields.io/github/actions/workflow/status/cortexphp/json-repair/run-tests.yml?style=flat-square&logo=github)
@@ -105,14 +107,6 @@ $data = json_repair_decode(
105107
);
106108
```
107109

108-
## Benchmarking
109-
110-
Run performance benchmarks using PHPBench:
111-
112-
```bash
113-
composer run benchmark
114-
```
115-
116110
## Credits
117111

118112
- [Sean Tymon](https://github.com/tymondesigns)

0 commit comments

Comments
 (0)