How do you represent a JSON array of strings?
Options:
Explanation:
A JSON array of strings can be represented by the below format/syntax:
Tags:
JSON
Answer:
How do you represent a JSON array of strings { "days" : [ "SUN" , "MON" , "TUE" , "WED" , "THU" , "FRI" , "SAT" ] }.