How to convert map into base 64 json string?

I have a map and I want to convert it to json then base64 encode that so that it is a string. How would I do that?