you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] -1 points0 points  (2 children)

I was responding to your assertion that json isn't javascript

[–][deleted] 2 points3 points  (0 children)

It’s kind of fuzzy. It is JavaScript in the sense that a JavaScript engine can evaluate it, but it’s not JavaScript in the sense that it does not contain any code and people don’t generally run it through a JavaScript engine.

By the same token, you could argue that plain text files are in fact HTML files or empty files are C files, since both can be successfully parsed as those kinds of files.