RickStrahl / Expando

Extensible dynamic types for .NET
108 stars 30 forks source link

Could you add only json version (Without Xml support) #8

Closed glikoz closed 8 years ago

glikoz commented 8 years ago

It seems a part of code is used for XML serialization operations, but XML is obsolote for most of us. If there is performance penalty because of XML feature, could you add only json version of this great work? Thanks.

RickStrahl commented 8 years ago

There's really no overhead for this unless you use the XML serialization features.