Central registry that manages JSON type converters and converter factories.
Remarks
TJsonConverters maintains a cache of IJsonTypeConverter instances keyed by TTypeToken and a list of IJsonConverterFactory objects. When a converter is requested via Find or Get, the registry first checks its cache, then queries each factory in registration order until one produces a converter. Built-in factories for nullable types, dynamic arrays, lists, sets, enumerations, and primitive types are registered automatically during construction.