Create random JSON for JSONB column in sql output

Is it possible to create random JSON that is quoted when generating SQL output for an insert statement to a JSONB column?

well I was able to use the __fieldname trick with formulas, but what a pain!