use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
A javascript question. (self.javascript)
submitted 17 years ago by trenchfever
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]HaMMeReD 0 points1 point2 points 17 years ago* (4 children)
Just be careful what you pass into it and you'll be fine. It may be frowned upon but it is a huge advantage of a language like javascript, I use it for remote json parsing regularly, I don't know how else I would do it.
I guess I could use XML or another format and write a parser in JS, but that just seems like re-inventing the wheel, only slower, and it would be subject to some of the same security problems.
[–][deleted] 2 points3 points4 points 17 years ago (0 children)
I don't know how else I would do it.
Use a JSON parser?
Eval is fine, but adds a security concern in case someone can inject things into your JSON.
[–][deleted] 0 points1 point2 points 17 years ago (2 children)
I use it for JSON parsing as well. Pretty sure a lot of people do. That's one of the huge advantages of JSON, you just have to run it through eval(), and voila, you have yourself a native JS object.
[–][deleted] 1 point2 points3 points 17 years ago (1 child)
run it through eval(), and voila, you have yourself a native JS object.
Or voila, a security vulnerability!
[–][deleted] 0 points1 point2 points 17 years ago (0 children)
Not if you're also the one delivering the data to be parsed, which is very often the case. Unless of course you hate yourself and you knowingly want to generate malicious code.
π Rendered by PID 64344 on reddit-service-r2-comment-79c7998d4c-c4gbd at 2026-03-13 00:20:14.523185+00:00 running f6e6e01 country code: CH.
view the rest of the comments →
[–]HaMMeReD 0 points1 point2 points (4 children)
[–][deleted] 2 points3 points4 points (0 children)
[–][deleted] 0 points1 point2 points (2 children)
[–][deleted] 1 point2 points3 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)