Veebiteenused (kordamisküsimused ja vastused kontrolltööks)
The tag is different from the tag .
Opening and closing tags must be written with the same case:
This is incorrect
This is correct
In XML, all elements must be properly nested within each other:
This text is bold and italic
JSON
JSON on süntaks andmete salvestamiseks ja vahetamiseks.
JSON (JavaScript Object Notation) - Nimi-väärtus paaride kollektsioon
o XMLi alternatiid
JSON: JavaScript Object Notation.
JSON is a syntax for storing and exchanging data.
JSON is an easier-to-use alternative to XML.
The following JSON example defines an employees object, with an array of 3 employee
records:
JSON EXAMPLE
{"employees":[
{"firstName":"John", "lastName":"Doe"},
{"firstName":"Anna", "lastName":"Smith"},