Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 3
    Interesting approach, I'm not sure I'd use this with JSON.Parse available, but it's nice to see someone thinking outside of the box. Commented Sep 3, 2015 at 10:58
  • 7
    This is very similar to just using eval to do it and isn't safe. :P Commented Nov 7, 2015 at 12:18
  • 10
    This has all the drawbacks of using eval but is more complicated and harder for maintainers to understand. Commented Nov 24, 2015 at 15:06