Y
Hacker News
new
|
ask
|
show
|
jobs
by
evdubs
187 days ago
I am not so sure how it works, but you can define your own evaluation handler for `eval` which, I assume, can be as restrictive as you need if you're dealing with untrusted data.
1 comments
bccdee
187 days ago
Seems simpler just to use `json.load`.
link