v2.2.0
- New public
ObjectValueBase
to provide customFluidValue
implementation for specific types. IDictionary<string, T>
are automatically converted toDictionaryValue
. Classes likeJObject
don't need custom registration anymore.- Support for
IFormattable
andIConvertible
. Classes likeJValue
don't need custom converters anymore.