Html language and code editors

hello, i downloaded the solutions to my html lessons and when i try to run them on code editors, they are not in the same format. they are all cramped up in one line.

you downloaded a JSON file , you need a parser to make it html code again

thanks for the reply, what do i do to parse it to html, i have visual basic code editor, but it looks the same.
no change.

I mean that you need a tool to convert the json file to an html file , you can’t do that with a simple editor

Here’s a tool you could use just copy paste. when you get your results copy pasteit back to your editor.
https://codebeautify.org/json-to-html-converter

1 Like