-
Type: New Feature
-
Resolution: Done
-
Priority: Unknown
-
Affects Version/s: None
-
None
Add a new analyzer to render basic POCOs that do not contain any BSON attributes such as
public class Address { public string City { get; set; } public string Province { get; set; } public string ZipCode { get; set; } }
to Json.