The JSON source generator currently supports only T[], List<T> (and derived types), and Dictionary<TKey, TValue> (and derived types) collections. It should support all collections supported by existing JsonSerializer functionality.
This is more relevant now since we do not have a trim-safe way to support most collections (#53205, #52268, #53256).
cc @eerhardt, @steveharter, @marek-safar, @jkotas