JSON(JavaScript Object Notation) complete course Bangla (Beginner to Advanced)

এই ভিডিও সিরিজে আশা করি JSON(JavaScript Object Notation) বিষয়টাকে সহজে সহজে উপস্থাপন করতে পেরেছি। যদি আমার ভিডিওগুলো থেকে কোন কিছু শিখতে পারেন, তবে অবশ্যই আমার ভিডিওগুলো সবার সাথে শেয়ার করে আমাকে কৃতজ্ঞ করবেন । আমার এই কষ্টার্জিত কাজগুলো সবার কাছে পৌঁছে দেয়ার দায়িত্ব আপনার ।

team

Introduction to JSON

In this video, I will discuss about one of the most used format for storing and exchanging data between client and server which is JSON. JSON stands for JavaScript Object Notation. it is very easy to learn. It is a textual format and language independent.

team

creating json data

In this video, I will show how to create JSON data with 2 examples. I am sure you will never ever forget to create JSON data after watching this video :)

team

json data validation

In this video, I will show how to validate JSON data. I am sure you will find this video very helpful :)

team

json path | access, modify, delete and conversion

In this video, I will discuss about how to access json data using json path. I will also show how to modify, delete, loop over json data. At the end, I will explain how to do the conversion between json data and javascript data.

team

json schema

In this video, I will discuss about json schema. I will cover what is the actual need of JSON Schema and also show you few websites that will help you to convert json data to json schema.