user=> (def d1 {:foo {:nil true :and "yay"}})
#'user/d1

user=> (prn "ok... " d1)
"ok... " {:foo {:nil true, :and "yay"}}
nil