Is there any specific reason or best practice, why use lambda instead directly using the existing function json.dumps in map https://github.com/15Dkatz/python-blockchain-tutorial/blob/0da761aa0c377383e503d9b6a190dece8026ff7b/backend/util/crypto_hash.py#L8 stringified_args = sorted(map(json.dumps, args))