What Is JSON | Explained

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 ม.ค. 2025

ความคิดเห็น • 57

  • @HostingerAcademy
    @HostingerAcademy  2 ปีที่แล้ว +1

    Start your online journey today with Hostinger web hosting 👉bit.ly/3uggmcB
    💥 Use the discount code HA10 to get 10% OFF!

  • @SirMika9
    @SirMika9 ปีที่แล้ว +16

    Very clear explanation ;)

  • @jackan04
    @jackan04 4 หลายเดือนก่อน +11

    You explained this much more clearly in just 6 minutes than my teacher did in 2 hours.

    • @HostingerAcademy
      @HostingerAcademy  4 หลายเดือนก่อน +2

      Hi there!
      We’re really glad to hear that the explanation was helpful for you. If you have any other questions or need more tutorials, feel free to ask-we’re here to help! 😊

  • @menzimabuza1746
    @menzimabuza1746 6 หลายเดือนก่อน +9

    Great explanation..but the syntax of the code is wrong. The is no curly bracket to close the Amy employee object before the square brackets..
    The should be one curly bracket before the square last bracket before the last curly bracket is for the overall json object.
    Has anyone noticed that too..?🤔

    • @HostingerAcademy
      @HostingerAcademy  5 หลายเดือนก่อน +1

      Hello!
      Thank you for pointing that out! You’re absolutely right. The JSON syntax in the example is missing a closing curly bracket for the "Amy" employee object.
      Thank you for your keen observation and for helping us improve the content. We appreciate your feedback!

  • @omerartuk8936
    @omerartuk8936 ปีที่แล้ว +3

    Great, clear explanation.. thank you..

  • @masterqueen4636
    @masterqueen4636 ปีที่แล้ว +4

    Thank you, It made me understand my exam topic within few minutes

    • @HostingerAcademy
      @HostingerAcademy  ปีที่แล้ว +1

      We're happy that it helped! We hope that you will ace that exam 🚀

  • @ahmedabdulrahman9494
    @ahmedabdulrahman9494 2 ปีที่แล้ว +6

    Great 👍

  • @JohnSnow3
    @JohnSnow3 ปีที่แล้ว +1

    I have a question: Is JSON used to view a website in your Xcode app in a style and way you want? Not just the website appearing in your app like it does in the browser?

    • @HostingerAcademy
      @HostingerAcademy  ปีที่แล้ว

      Hi! JSON is not used to directly style or format the visual appearance of a website in an Xcode app T.o customize the style and layout of a website within an Xcode app, you would typically use HTML, CSS, and JavaScript 😊

  • @Daniel_Louis
    @Daniel_Louis ปีที่แล้ว +1

    Great video!

    • @HostingerAcademy
      @HostingerAcademy  ปีที่แล้ว

      Thank you, we're glad you enjoyed it! 💫

  • @vinm300
    @vinm300 หลายเดือนก่อน

    Very interesting

  • @JimRoberts227
    @JimRoberts227 6 หลายเดือนก่อน

    I'm trying to transfer the data I saved on my iPhone from a puzzle game that I created back to xcode for further development.
    I believe it has something to do with the default JSON file. I tried replacing a JSON file from my iPhone app to a page in xcode, but I am not seeing it.
    Can you tell me where the default JSON file is for data in one’s app? I’m hoping to simply replace it to show the different levels from my iPhone.

    • @HostingerAcademy
      @HostingerAcademy  5 หลายเดือนก่อน

      Hello!
      To transfer your game data from your iPhone back to Xcode, you'll need to locate the JSON file where your data is stored. This file is typically found within your app's documents directory on your iPhone. However, we can't promise anything as it depends on what you've used to create the game 🤔

  • @MoHawaala
    @MoHawaala 4 หลายเดือนก่อน

    can you create enumerant types and subtypes off the base types in JSON, eg. Enumerant type genderType is (male, female) or circleDegrees is (0.0 .. 360.0)?

    • @HostingerAcademy
      @HostingerAcademy  4 หลายเดือนก่อน

      Hello,
      While JSON doesn't directly support enumerant types or subtypes, there are effective ways to achieve similar behavior. For example, using strings, custom objects, JSON schemas, and etc.!

  • @oluwatobilobaosedimilehin6784
    @oluwatobilobaosedimilehin6784 ปีที่แล้ว +4

    JSON looks so much like dictionaries in python

    • @passportbro904
      @passportbro904 ปีที่แล้ว +1

      makes it easier for me as a python beginner lol

  • @PrincessCarrieGraham
    @PrincessCarrieGraham 4 หลายเดือนก่อน

    Good intro, thanks for the intro.

  • @75hilmar
    @75hilmar 6 หลายเดือนก่อน

    Does this mean you could store whole websites as json objects since they also have this dictionary like structure?!?

    • @HostingerAcademy
      @HostingerAcademy  5 หลายเดือนก่อน

      Hello 👋
      Yes, in theory, you can represent the contents and structure of a website as JSON objects. However, this process can get quite complex, especially for dynamic content and interactive elements.
      In practice, such representations are used in web scraping, data extraction, and various web development tools to manipulate and manage web content programmatically.

  • @noordailyvlog5942
    @noordailyvlog5942 2 ปีที่แล้ว

    Nice

  • @roland_maverick
    @roland_maverick 17 วันที่ผ่านมา

    Did y'all hear the blissful sigh at 1:027 😅😅

  • @caesar_cipher
    @caesar_cipher 27 วันที่ผ่านมา

    You should re-upload with correct syntax in the sample code

  • @Nameless.11
    @Nameless.11 8 หลายเดือนก่อน

    how does JSON get converted automaticly to java script what i mean is if a have a JSON file how can the js file interact with the JSON file

    • @HostingerAcademy
      @HostingerAcademy  8 หลายเดือนก่อน +1

      Hey there!
      To use JSON data in JavaScript, you generally follow these simple steps:
      1. Load the JSON File: If the JSON file is on a server or a URL, you can use JavaScript's fetch API to retrieve it. In a Node.js environment, you would use the fs module to read the file.
      2. Parse the JSON Data: After loading the JSON, it's usually in string format. You can convert this string into a usable JavaScript object with the JSON.parse() method.
      This process allows your JavaScript file to interact with the data in the JSON file, enabling you to manipulate, display, or store the data as needed in your application 👀

  • @GosseBirrell-b7g
    @GosseBirrell-b7g 4 หลายเดือนก่อน

    Windler Crescent

  • @ShanLamontagna-r5x
    @ShanLamontagna-r5x 4 หลายเดือนก่อน

    Davis Forge

  • @MatthewAnderson-n8u
    @MatthewAnderson-n8u 4 หลายเดือนก่อน

    Douglas Streets

  • @TrevelyanAdela-n5y
    @TrevelyanAdela-n5y 4 หลายเดือนก่อน

    Swaniawski Stravenue

  • @TOPRECOMENDED
    @TOPRECOMENDED 11 หลายเดือนก่อน

    Jdon?

  • @Ukraineisgood
    @Ukraineisgood 21 วันที่ผ่านมา

    { "comment": "thanks mate this is useful too"}

  • @HiltonJennkie-o9l
    @HiltonJennkie-o9l 4 หลายเดือนก่อน

    Raynor Center

  • @ourdmapk
    @ourdmapk 2 ปีที่แล้ว

    Hey! I purchased premium hosting plan by hostinger but I received message payment is ok but hosting has delayed . What do I do now

    • @HostingerAcademy
      @HostingerAcademy  2 ปีที่แล้ว +1

      Hey there, if you find any issue when purchasing a hosting plan or domain name, please get in touch with us directly by sending an email at support@hostinger.com. Our team is available 24/7 and ready to give you an in-depth assistance 🙏🏻

  • @JonahMoore-i4b
    @JonahMoore-i4b 3 หลายเดือนก่อน

    Paris Plaza

  • @nadimourad7009
    @nadimourad7009 2 ปีที่แล้ว

    💛💙

  • @DebroahWhite-l9n
    @DebroahWhite-l9n 3 หลายเดือนก่อน

    Crist Valley

  • @TwylaCwalinski-t6d
    @TwylaCwalinski-t6d 4 หลายเดือนก่อน

    Tamara Tunnel

  • @vityamv
    @vityamv 10 หลายเดือนก่อน

    Came for the convertors, seen none

  • @DannieSatchell-h8b
    @DannieSatchell-h8b 4 หลายเดือนก่อน

    Boyle Drives

  • @JulianGallacher-g8y
    @JulianGallacher-g8y 4 หลายเดือนก่อน

    Cordell Flat

  • @WoodTracy-j2c
    @WoodTracy-j2c 4 หลายเดือนก่อน

    Mylene Divide

  • @BroadAmelia
    @BroadAmelia 4 หลายเดือนก่อน

    9796 Krajcik Spurs

  • @SamuelCyril-u8q
    @SamuelCyril-u8q 3 หลายเดือนก่อน

    588 McClure Stream

  • @KamiSchoelman-b1b
    @KamiSchoelman-b1b 4 หลายเดือนก่อน

    Skiles Walks

  • @AlexandriaArnow-c3g
    @AlexandriaArnow-c3g 4 หลายเดือนก่อน +1

    Jennyfer Roads

  • @sarunasjadzgevicius3633
    @sarunasjadzgevicius3633 หลายเดือนก่อน

    LITHUANIA MENTIONED

  • @ErleneDepont-z1d
    @ErleneDepont-z1d 4 หลายเดือนก่อน

    Brice Curve

  • @adambismor9869
    @adambismor9869 ปีที่แล้ว +1

    Evil corporation storing blood type and marital status 😂

  • @st.toussaint4632
    @st.toussaint4632 ปีที่แล้ว

    This was so bad n monotone cuz you r reading from a prompt and a dictionary.

    • @richardguevara787
      @richardguevara787 ปีที่แล้ว +2

      ....and you can do so much better, right?