I import the json module just to use its useful %*
macro:
import json # for %*
let json_payload = $(%* {"username": "admin", "password": "1234"})
Is it possible to import just this particular macro from the module? Something like this (though obviously this doesn't work):
from json import %*