Terminologies and Definition
Hello again, fellow tech enthusiast! I'm back to introduce you to some more terminology! What Is XML? XML, which stands for Extensible Markup Language, structures your data similarly to a recipe. It uses tags (think tables) to define various pieces of information and their relationships. This makes XML readable by both humans and computers. key words that can be found on XML Tags - These instructions are in an angle brackets which is ( < and > ) that defines the part of data. Elements - The data you want to store. Attributes - This are additional details you can add, like size or color. What Is JSON? JSON, also known as JavaScript Object Notation, is a lightweight and human-readable format for storing and exchanging data. It is a popular choice among web developers who enjoy building websites due to its simplicity and flexibility. JSON key terms Data Format - Let's see JSON as a language for structuring information. As it defines how data is organized, not how it's d...