Hacker News new | ask | show | jobs
by mikepurvis 1410 days ago
A native set type would be nice too, and the syntax for it is obvious— comma separated values like a list, but enclosed in braces like a dict.
1 comments

A set is just a list with a uniqueness constraint. JSON already has a list type.