Commit e7acdca
committed
build: replace clojure.data.json with cheshire in deps.edn
Replace org.clojure/data.json with cheshire/cheshire (v5.13.0) in:
- components/json-rpc/deps.edn
- components/http-client/deps.edn
This change improves babashka compatibility (cheshire is built-in)
and provides better performance (approximately 2x faster).
Part of story #1: Switch from clojure.data.json to cheshire1 parent 32f2387 commit e7acdca
2 files changed
+7
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
0 commit comments