What Is JSON | Explained

  Рет қаралды 71,680

Hostinger Academy

Hostinger Academy

Күн бұрын

Пікірлер: 57
@HostingerAcademy
@HostingerAcademy 2 жыл бұрын
Start your online journey today with Hostinger web hosting 👉bit.ly/3uggmcB 💥 Use the discount code HA10 to get 10% OFF!
@jackan04
@jackan04 4 ай бұрын
You explained this much more clearly in just 6 minutes than my teacher did in 2 hours.
@HostingerAcademy
@HostingerAcademy 4 ай бұрын
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! 😊
@SirMika9
@SirMika9 Жыл бұрын
Very clear explanation ;)
@HostingerAcademy
@HostingerAcademy Жыл бұрын
Glad you think so!
@masterqueen4636
@masterqueen4636 Жыл бұрын
Thank you, It made me understand my exam topic within few minutes
@HostingerAcademy
@HostingerAcademy Жыл бұрын
We're happy that it helped! We hope that you will ace that exam 🚀
@menzimabuza1746
@menzimabuza1746 6 ай бұрын
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 ай бұрын
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!
@JohnSnow3
@JohnSnow3 Жыл бұрын
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 😊
@ahmedabdulrahman9494
@ahmedabdulrahman9494 2 жыл бұрын
Great 👍
@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 🤔
@Daniel_Louis
@Daniel_Louis Жыл бұрын
Great video!
@HostingerAcademy
@HostingerAcademy Жыл бұрын
Thank you, we're glad you enjoyed it! 💫
@MoHawaala
@MoHawaala 5 ай бұрын
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.!
@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 жыл бұрын
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 🙏🏻
@omerartuk8936
@omerartuk8936 Жыл бұрын
Great, clear explanation.. thank you..
@HostingerAcademy
@HostingerAcademy Жыл бұрын
Glad you liked it 💜
@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 ай бұрын
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 👀
@vinm300
@vinm300 Ай бұрын
Very interesting
@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.
@caesar_cipher
@caesar_cipher Ай бұрын
You should re-upload with correct syntax in the sample code
@PrincessCarrieGraham
@PrincessCarrieGraham 4 ай бұрын
Good intro, thanks for the intro.
@roland_maverick
@roland_maverick 23 күн бұрын
Did y'all hear the blissful sigh at 1:027 😅😅
@oluwatobilobaosedimilehin6784
@oluwatobilobaosedimilehin6784 Жыл бұрын
JSON looks so much like dictionaries in python
@passportbro904
@passportbro904 Жыл бұрын
makes it easier for me as a python beginner lol
@noordailyvlog5942
@noordailyvlog5942 2 жыл бұрын
Nice
@TOPRECOMENDED
@TOPRECOMENDED 11 ай бұрын
Jdon?
@Ukraineisgood
@Ukraineisgood 28 күн бұрын
{ "comment": "thanks mate this is useful too"}
@ShanLamontagna-r5x
@ShanLamontagna-r5x 4 ай бұрын
Davis Forge
@GosseBirrell-b7g
@GosseBirrell-b7g 4 ай бұрын
Windler Crescent
@MatthewAnderson-n8u
@MatthewAnderson-n8u 4 ай бұрын
Douglas Streets
@TrevelyanAdela-n5y
@TrevelyanAdela-n5y 4 ай бұрын
Swaniawski Stravenue
@vityamv
@vityamv 10 ай бұрын
Came for the convertors, seen none
@nadimourad7009
@nadimourad7009 2 жыл бұрын
💛💙
@DebroahWhite-l9n
@DebroahWhite-l9n 3 ай бұрын
Crist Valley
@HiltonJennkie-o9l
@HiltonJennkie-o9l 4 ай бұрын
Raynor Center
@JonahMoore-i4b
@JonahMoore-i4b 3 ай бұрын
Paris Plaza
@WoodTracy-j2c
@WoodTracy-j2c 4 ай бұрын
Mylene Divide
@TwylaCwalinski-t6d
@TwylaCwalinski-t6d 4 ай бұрын
Tamara Tunnel
@JulianGallacher-g8y
@JulianGallacher-g8y 4 ай бұрын
Cordell Flat
@DannieSatchell-h8b
@DannieSatchell-h8b 4 ай бұрын
Boyle Drives
@KamiSchoelman-b1b
@KamiSchoelman-b1b 4 ай бұрын
Skiles Walks
@SamuelCyril-u8q
@SamuelCyril-u8q 3 ай бұрын
588 McClure Stream
@AlexandriaArnow-c3g
@AlexandriaArnow-c3g 4 ай бұрын
Jennyfer Roads
@sarunasjadzgevicius3633
@sarunasjadzgevicius3633 Ай бұрын
LITHUANIA MENTIONED
@BroadAmelia
@BroadAmelia 4 ай бұрын
9796 Krajcik Spurs
@ErleneDepont-z1d
@ErleneDepont-z1d 4 ай бұрын
Brice Curve
@adambismor9869
@adambismor9869 Жыл бұрын
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 Жыл бұрын
....and you can do so much better, right?
What Is a Landing Page | Explained
6:09
Hostinger Academy
Рет қаралды 9 М.
Learn JSON in 10 Minutes
12:00
Web Dev Simplified
Рет қаралды 3,3 МЛН
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 81 МЛН
IL'HAN - Qalqam | Official Music Video
03:17
Ilhan Ihsanov
Рет қаралды 700 М.
Learn JSON - Full Crash Course for Beginners
11:44
freeCodeCamp.org
Рет қаралды 180 М.
5 Signs of an Inexperienced Self-Taught Developer (and how to fix)
8:40
API Formats: Why JSON won over XML
14:43
Erik Wilde
Рет қаралды 12 М.
JSON, not Jason - Computerphile
6:06
Computerphile
Рет қаралды 222 М.
APIs Explained (in 4 Minutes)
3:57
Exponent
Рет қаралды 1,2 МЛН
Is JSON Blazingly Fast or...?
9:57
ThePrimeagen
Рет қаралды 198 М.
What is a REST API?
9:12
IBM Technology
Рет қаралды 1,6 МЛН
Learn JSON Step-by-Step from Scratch
13:11
Automation Step by Step
Рет қаралды 112 М.
Learn JSON files in 10 minutes! 📄
10:09
Bro Code
Рет қаралды 71 М.
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 81 МЛН