send2vinnie
send2vinnie
Pure Javascript practices such as how to work without decorators in the various topics are also suggested. [DI without decorators](https://github.com/microsoft/fast/issues/6376)
Would that be feasible for providing examples (in the docs, the storybooks and the repo) in both TypeScript and JavaScript? That would be helpful for bringing FAST to the pure-JS...
Specify not to do the serialization/deserialization to the properties with null value by using the following attribute: [JsonProperty(NullValueHandling = NullValueHandling.Ignore)]