wwJsonSerializer.IgnoreDollarVars

Specialty property that when .T. ignores properties that start with $ in the name. The properties are not included in the output in that case.

Variables with $ can be generated internally for internally generated types (like generics) by .NET and leak out into the serialization interface. Since these types are generally not meant to be in the public interface, this flag allows you to easily blend them out.

o.wwJsonSerializer.IgnoreDollarVars

Default Value

Default is .F.

See also:

Class wwJsonSerializer

© West Wind Technologies, 2023 • Updated: 09/27/19
Comment or report problem with topic