yola / pixabayjs

A Javascript Client for the Pixabay API
MIT License
17 stars 6 forks source link

Wrap JSON.parse in try/catch block #29

Closed LionOps closed 8 years ago

LionOps commented 8 years ago

It's not guaranteed to be an object

Fixes #22

snitch commented 8 years ago

:sparkles: No lint errors found. :sparkles:

LionOps commented 8 years ago

Although maybe it's better to never parse the error and let the consumer worry about it?

euwest commented 8 years ago

:+1: