Learn JSON In 5 Minutes - JSON Tutorial For Beginners

Поділитися
Вставка
  • Опубліковано 1 чер 2024
  • Unlock the magic of JSON in just 5 minutes with this beginner-friendly tutorial! Learn to create and parse JSON data from scratch, gaining essential skills for modern data handling, all in this quick and engaging UA-cam video.
    Learn JSON in 5 minutes, Learn what JSON is, why JSON is important, the syntax of JSON, what JSON is used for and more. JSON Datatypes, JSON examples and JSON usage in Web Development.
    Heavily used within Java REST api's and Python REST services.
    Vinsleov Academy official Subreddit: / vinsloevacademy
    Develop the Future, transforming lives, businesses and nations. Learn the skills you need for a $100k+ tech career. Sign us today - vinsloev.com
    Book - Java: A Beginner's Guide, Seventh Edition - amzn.to/3DpOQPh
    This video will cover what JSON is, why JSON is important, what JSON is used for and the syntax of JSON. JSON is the most popular data representation format.
    #javascript #json #restapi

КОМЕНТАРІ • 2

  • @shoaib_zubair
    @shoaib_zubair Рік тому

    so the webpages on the internet are send in form of json file?

    • @VinsloevAcademy
      @VinsloevAcademy  Рік тому +1

      JSON is mainly used to send data objects between the frontend and backend. e.g on most pages when you create an account, the profile data you entered is sent to the backend as a JSON object and the backend will return a new JSON object with needed information for the page to switch to a logged in state.