Question: To which YAML value does the following JSON data convert? {inventory: [csr1kv1, ios-xe]} 1 point --- inventory: - csr1kv1 - ios-xe --- inventory: csr1kv1: ios-xe
To which YAML value does the following JSON data convert? {"inventory": ["csr1kv1", "ios-xe"]} 1 point --- inventory: - csr1kv1 - ios-xe --- inventory: csr1kv1: ios-xe --- - inventory - csr1kv1 - ios-xe --- inventory: - csr1kv1:
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
