add json core functions

This commit is contained in:
Nuno Duque Nunes 2026-05-27 23:08:21 +00:00
parent ddd705aa87
commit 79769667fb

View file

@ -145,7 +145,6 @@ function json::error_envelope() {
} }
# Config # Config
function json::config_load() { python3 "$JSON_HELPER" config_load "$1" </dev/null; } function json::config_load() { python3 "$JSON_HELPER" config_load "$1" </dev/null; }
function json::peer_transfer() { function json::peer_transfer() {