Beware of eval
Do not use eval when deserializing JSON, this is considered harmful for security reasons,
I cannot remember what source pointed me to this originally, but it has been mentioned on StackOverflow aswell.
Do not use eval when deserializing JSON, this is considered harmful for security reasons,
I cannot remember what source pointed me to this originally, but it has been mentioned on StackOverflow aswell.