QuestionQ67
Automation and ProgrammabilityWhich of the following represents the JSON encoding of a dictionary or hash?
- A {ג€keyג€: ג€valueג€}
- B [ג€keyג€, ג€valueג€]
- C {ג€keyג€, ג€valueג€}
- D (ג€keyג€: ג€valueג€)
Which of the following represents the JSON encoding of a dictionary or hash?
Community Discussion