top of page

What is XML, JSON, AJAX?

  • Writer: Myst
    Myst
  • May 13, 2022
  • 1 min read

What Does XML, JSON, AJAX mean for me?


XML: An XML file is, in my opinion, a file that stores data in the form of hierarchical components. Custom tags, which specify the kind of element, can be used by computer systems to access data stored in XML files.


JSON: JSON (JavaScript Object Notation) is a text-based standard for encoding structured data that is based on JavaScript object syntax. It's often used in web applications to send data.


AJAX: AJAX, in my opinion, allows web pages to be updated asynchronously by exchanging data behind the scenes with a web server. This implies that elements of a web page can be updated without refreshing the entire page.


If you're wondering what a computer programmer is, it's a professional that writes and tests code that allows apps and software programs to run correctly. These are some of the tasks that a programmer is responsible for the majority of the time.


Thank you for spending time reading my blog. See you later!


images:


Comments


Post: Blog2_Post

©2022 by Myst. Shamelessly created with Wix.com

bottom of page