Add JsonStringConverter

This commit is contained in:
crobibero
2021-03-12 06:43:57 -07:00
parent d7f0aaaec1
commit e814d8e2cf
3 changed files with 79 additions and 1 deletions

View File

@@ -39,7 +39,8 @@ namespace MediaBrowser.Common.Json
new JsonStringEnumConverter(),
new JsonNullableStructConverterFactory(),
new JsonBoolNumberConverter(),
new JsonDateTimeConverter()
new JsonDateTimeConverter(),
new JsonStringConverter()
}
};