Commit f44af35
chore(init): accept trailing commas in JSON configs via serde_json_lenient (#89)
Only parse_json_config() uses lenient parsing. All other JSON handling
stays on serde_json for type compatibility (axum, MCP, hooks).
Co-authored-by: Patrick szymkowiak <patrick.szymkowiak@innovtech.eu>
Co-authored-by: KuSh <kush@users.noreply.github.com>1 parent 0dd366d commit f44af35
4 files changed
+27
-3
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2604 | 2604 | | |
2605 | 2605 | | |
2606 | 2606 | | |
| 2607 | + | |
| 2608 | + | |
| 2609 | + | |
2607 | 2610 | | |
2608 | 2611 | | |
2609 | 2612 | | |
2610 | 2613 | | |
2611 | | - | |
2612 | | - | |
| 2614 | + | |
| 2615 | + | |
| 2616 | + | |
| 2617 | + | |
| 2618 | + | |
| 2619 | + | |
| 2620 | + | |
2613 | 2621 | | |
2614 | 2622 | | |
2615 | 2623 | | |
| |||
0 commit comments