mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 05:14:04 +00:00
521 B
521 B
| title | tweet_id | thread_slug | author_username | images | created_at | slug | |
|---|---|---|---|---|---|---|---|
| You can make PHP throw an exception when decoding JSON if the value isn't valid JSON | 1454133803056775178 | weekly-thread-2021-44 | SteveTheBauman |
|
2021-10-29T17:11:29+00:00 | you-can-make-php-throw-an-exception-when-decoding-json-if-the-value-isnt-valid-json |
Had no idea you could have PHP throw a built-in exception when decoding JSON -- I've always done this manually until today 😭