You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there exists any fields what is not exist in the class member, then it will put into UnknownFields. The expected: (I will use json to represent it.)
Assume we have toml text below:
Assume we have related class:
If there exists any fields what is not exist in the class member, then it will put into
UnknownFields
. The expected: (I will use json to represent it.)Is there any way to do it? Or in other words, is Tomlyn provides somthing like
[JsonExtensionData]
?The similar feature can reference from serde-rs, which can see here: serde-rs/serde#941
The text was updated successfully, but these errors were encountered: