[PR #3232] [MERGED] Add Dictionary with non-string keys to System.Text.Json #9389

Closed
opened 2026-02-07 06:01:20 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/3232
Author: @crobibero
Created: 6/2/2020
Status: Merged
Merged: 6/3/2020
Merged by: @crobibero

Base: api-migrationHead: api-json-dictionary


📝 Commits (2)

  • 01a5103 Add Dictionary with non-string keys to System.Text.Json
  • 8b59934 remove extra Clear call

📊 Changes

4 files changed (+165 additions, -0 deletions)

View changed files

📝 Jellyfin.Server/Extensions/ApiServiceCollectionExtensions.cs (+26 -0)
MediaBrowser.Common/Json/Converters/JsonNonStringKeyDictionaryConverter.cs (+78 -0)
MediaBrowser.Common/Json/Converters/JsonNonStringKeyDictionaryConverterFactory.cs (+60 -0)
📝 MediaBrowser.Common/Json/JsonDefaults.cs (+1 -0)

📄 Description

Attempt 2, hopefully with fewer commit breakage.
#2967 Depends on this


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/3232 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 6/2/2020 **Status:** ✅ Merged **Merged:** 6/3/2020 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `api-migration` ← **Head:** `api-json-dictionary` --- ### 📝 Commits (2) - [`01a5103`](https://github.com/jellyfin/jellyfin/commit/01a5103fef83bbbef230faf2303d16648981a5d2) Add Dictionary with non-string keys to System.Text.Json - [`8b59934`](https://github.com/jellyfin/jellyfin/commit/8b59934ccb53fda0ccfda2e914192ac3d1d11ad7) remove extra Clear call ### 📊 Changes **4 files changed** (+165 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Server/Extensions/ApiServiceCollectionExtensions.cs` (+26 -0) ➕ `MediaBrowser.Common/Json/Converters/JsonNonStringKeyDictionaryConverter.cs` (+78 -0) ➕ `MediaBrowser.Common/Json/Converters/JsonNonStringKeyDictionaryConverterFactory.cs` (+60 -0) 📝 `MediaBrowser.Common/Json/JsonDefaults.cs` (+1 -0) </details> ### 📄 Description Attempt 2, hopefully with fewer commit breakage. #2967 Depends on this --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:01:20 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9389