Ep 8: Check if a string is valid JSON || 9 useful code snippets for everyday JavaScript development

preview_player
Показать описание
Welcome to this JavaScript snippets series, In this series, we will look at some of the most common JavaScript snippets which will help you with your everyday JavaScript development.

You can always use 3rd party utility libraries, but knowing these vanilla JavaScript snippets is always beneficial.

And these snippets are so easy and small, that you should always prefer them instead of a 3rd party utility library.

If you have ever accessed an object from localStorage, you know that you get a stringified version of that object.

And, now you want to check if that stringified object is valid JSON or not.

The snippet in this video will help you exactly with that.

In the try block, we parse the string with JSON Parse method.
If string in invalid JSON, catch block will return false else true.

#javascript #tutorial #js #function #jsinterview #javascriptinterview #jsforbeginners #javascriptsnippets #json

-------------------------------------

8020 Lessons is the project to help you equip yourself 💪 with the most essential skills of the 21st century. Learn 20% skills that get you 80% results.

Become a better JavaScript developer in 10 minutes ⏱️ a week.

Concise and to the point 🎯 coding lessons.

Рекомендации по теме