Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+12 votes

I'm having trouble rendering JSON images into HTML. Any idea?

asked in CSC490_Spring202021 by (1 point)
+2

JSON isn't an image format. Do you mean that you have PNG or JPG images encoded as based text strings, stored within a JSON object, or something else?

+2

Yes, that's what I meant.

1 Answer

+3 votes
answered by (1 point)
...