Archiv - Ajax, XML and JSON Basics by Eduonix Learning Solutions

video locked

About the Lecture

The lecture Archiv - Ajax, XML and JSON Basics by Eduonix Learning Solutions is from the course Archiv - Ajax, XML & JSON. It contains the following chapters:

  • What is XML?
  • XML vs. HTML
  • Document structure
  • XML is used in many places
  • Advantages / Rules / Schemas
  • What is JSON
  • Syntax / Objects / Array
  • XML vs. JSON

Author of lecture Archiv - Ajax, XML and JSON Basics

 Eduonix Learning Solutions

Eduonix Learning Solutions


Customer reviews

(1)
5,0 of 5 stars
5 Stars
5
4 Stars
0
3 Stars
0
2 Stars
0
1  Star
0


Excerpts from the accompanying material

... Lightweight data-interchange format. Easy for humans to read & write ...

... JSON Arrays are contained in brackets[]. Files have ...

... "lastName": “Traversy“, “email”: ”brad.techguy@something.com” ...

... an array named “pets”, which holds 3 JSON objects. Each object is a record of ...

... More Simple. Faster. A little Easier to Read Native ...

... NOT a replacement for HTML. XML ...

... XML has no pre-defined tags. HTML is used to display ...

... Declaration just come first ...

... XML is stored in plain text format and can be read by almost any system. So XML ...

... Simplifies Transport of Data. Simplifies Platform Changes. Easy to upgrade systems as ...

... - Elements need to be nested properly. - XML Docs must have a root element. There can ...

... What is in a Schema? - Allowed data - Required data - How ...