How to display image with base 64 through extension


can anyone tell me like which block I have to use to convert base 64 string to display in image?? I have data like this
{
"image": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAO4AAADUCAIAAAAUbYi+AADZ9klEQVR4nOz9d6BcZbU+jr+7l9nT65nTS056b4Qk1IQOQUQF6eJVEQSvCti9eq......so on
So do I need to use split the prefix? or this data is good to go???

12 posts were merged into an existing topic: Need emergency help (import and use base64 extension)