represents JSON data structure
let db: Dictionary<number> = { apple: 10, orange: 20 } Copy
let db: Dictionary<number> = { apple: 10, orange: 20 }
key string
represents JSON data structure
Example