aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Json/Converters/JsonCommaDelimitedArrayConverter.cs
AgeCommit message (Expand)Author
2021-06-19Move non-jellyfin extensions to separate projectBond_009
2021-05-06Abstract JsonDelimitedArrayConverterBond_009
2021-05-05Enable nullable reference types for MediaBrowser.CommonBond_009
2021-04-03Remove useless null checkBond_009
2021-02-23Improve testsBond_009
2021-01-01Change log level for converterscrobibero
2020-11-17Update exception handle commentcrobibero
2020-11-14Use string.Split(char) where possible instead of string.Split(char[])Bond_009
2020-11-12Don't throw exception when converting values using binder or JsonConvertercrobibero
2020-10-16Add whitespace handling and testscrobibero
2020-10-11Add comma delimited string to array json convertercrobibero