
展示を参照してください。示されているYAMLには、「Workflow1」に等しいオブジェクト「param0」と、「name」(「Workflow1」に等しい)の2つのオブジェクトの配列を含む「list」と呼ばれるオブジェクトを含む2番目のオブジェクト「param1」が含まれています。
最初のオブジェクトは「VLAN_ID」、最後のオブジェクトは「value」(テキスト値「198」に等しい)、そして最後に 3 番目のオブジェクト「param2」(「0」に等しい)です。
JSON データ形式で同等のメッセージは何ですか?
正解:D
The YAML data provided is converted to JSON format. YAML and JSON are both data serialization formats, and the conversion involves retaining the structure and values of the original YAML data. The JSON format uses braces {} and brackets [] to denote objects and arrays, respectively.
Reference: Cisco DevNet Data Serialization Formats