I am developing a Rest API, and I am asking myself:
Is it a good Idea to put base64 encoded data in Json, e.g. for file uploads? What if the base64 contains some of {
,}
,:
characters and breaks the json content?
If is not a good idea, what alternatives are widely considered to be best practices?