CCNA by Jodoi - Live
บันทึกการสอน CCNA by Jodoi สำหรับศิษย์ที่ต้องการเรียนรู้และทบทวนหลักสูตร CCNA

What you will learn
ได้เรียนรู้เกี่ยวกับระบบเครือข่ายในส่วนของอุปกรณ์เครือข่ายและการบริหารจัดการเครือข่าย
ได้เรียนรู้เกี่ยวกับระบบเครือข่ายในส่วนของการบริหารจัดการเครือข่าย
ได้เรียนรู้การจัดการระบบเครือข่ายให้มีความปลอดภัย
ได้เรียนรู้และเตรียมตัวในการสอบ Certificate CCNA
Why take this course?
6.7 Recognize components of JSON-encoded data
JSON (JavaScript Object Notation) is a lightweight data-interchange format that is easy for humans to read and write and easy for machines to parse and generate. JSON is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999 Edition. It's structured as follows:
In this example, you have an object with a key "name"
that has a string value. The array "phoneNumbers"
contains two strings each with a country code prefix. Another array "children"
contains two objects each representing a child with their own names and addresses. JSON data structures can be complex and nested, depending on the application requires.