This website requires JavaScript.
Explore
Help
Sign In
Cutlery
/
jellyfin
Watch
1
Star
0
Fork
0
You've already forked jellyfin
mirror of
https://github.com/jellyfin/jellyfin.git
synced
2026-01-08 05:00:16 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
jellyfin
/
MediaBrowser.Common
/
Json
/
Converters
History
crobibero
f557a730bb
Write DateTimes in ISO8601 format for backwards compatibility.
2020-11-19 17:33:51 -07:00
..
JsonCommaDelimitedArrayConverter.cs
Use string.Split(char) where possible instead of string.Split(char[])
2020-11-14 20:27:48 +01:00
JsonCommaDelimitedArrayConverterFactory.cs
Support IReadOnlyList for JsonCommaDelimitedArrayConverter
2020-10-29 11:32:02 -06:00
JsonDateTimeIso8601Converter.cs
Write DateTimes in ISO8601 format for backwards compatibility.
2020-11-19 17:33:51 -07:00
JsonGuidConverter.cs
Fix exceptions while scanning
2019-12-22 22:09:09 +01:00
JsonNullableStructConverter.cs
Properly handle null structs in json
2020-09-27 09:45:11 -06:00
JsonNullableStructConverterFactory.cs
Properly handle null structs in json
2020-09-27 09:45:11 -06:00