Open
Description
Null values in an Json like
{ my: null }
should not return null
, but render a string.Empty.
Otherwise other providers will try to render the value. In such a case the IDynamicMetaObjectProvider will then use the static DynamicCallSiteCache internally which can lead to the parsed json structure not being released from memory. This is especially problematic if the Json is large and the DynamicCallSiteCache being a static class variable.
I hope this helps someone else as well.
Metadata
Metadata
Assignees
Labels
No labels