Method DeserializeRedbDynamic(string, Type)

Assembly: redb.Core.dll

Polymorphic JSON deserialization to RedbObject based on runtime type
Used for tree structures with different node types
(conversion to TreeRedbObject happens at provider level)

public RedbObject? DeserializeRedbDynamic(string json, Type propsType)