aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Json
AgeCommit message (Expand)Author
2020-10-29Support IReadOnlyList for JsonCommaDelimitedArrayConvertercrobibero
2020-10-16Add whitespace handling and testscrobibero
2020-10-11Add tests and switch to factorycrobibero
2020-10-11Add comma delimited string to array json convertercrobibero
2020-09-27Properly handle null structs in jsoncrobibero
2020-09-03Move json profiles to constant strings.crobibero
2020-09-01Simplify json converterscrobibero
2020-09-01remove unused declarationcrobibero
2020-09-01Fallback to base jsonconvertercrobibero
2020-09-01Only handle empty string or null casecrobibero
2020-09-01readd nullable number converterscrobibero
2020-08-26Clean up json Converterscrobibero
2020-08-25bump System.Text.Jsoncrobibero
2020-08-23Ignore null json valuescrobibero
2020-08-21fix copy-pastacrobibero
2020-08-21Add nullable int32, int64 json converterscrobibero
2020-08-14fix docscrobibero
2020-08-14Return int64 in json as numbercrobibero
2020-08-05Fix remote imagesDavid
2020-07-14Move field to the controllerDavid
2020-07-14Don't recreate JsonSerializerOptions every timeDavid
2020-07-12Fix parsingDavid
2020-06-25Merge pull request #2929 from crobibero/api-scheduled-tasksPatrick Barron
2020-06-19Add JsonInto32ConverterDavid
2020-06-13Merge remote-tracking branch 'upstream/api-migration' into api-scheduled-taskscrobibero
2020-06-13Fix merge and buildcrobibero
2020-06-04Fix Api Routingcrobibero
2020-06-04Merge remote-tracking branch 'upstream/api-migration' into api-scheduled-taskscrobibero
2020-06-03remove extra Clear callcrobibero
2020-06-02Add Dictionary with non-string keys to System.Text.Jsoncrobibero
2020-06-02Fix Json Enum conversion, map all JsonDefaults properties to APIcrobibero
2020-05-22Move int64 converter to JsonDefaults locationcrobibero
2019-12-22Preformance!!!Bond_009
2019-12-22Fix exceptions while scanningBond_009
2019-10-08Use System.Text.Json apiBond_009