TJsonDeserializer.OwnsObjects Property
Controls whether the deserializer takes ownership of objects created during deserialization.
Remarks
When set to True, the deserializer will free all created objects when it is destroyed.
When set to False, the caller is responsible for managing the lifetime of created objects.
Defaults to False.
Syntax
Unit: Bcl.Json.Deserializer
property TJsonDeserializer.OwnsObjects: Boolean