© 2026 Hedgehog Software, LLC
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
builder.Services.AddControllers().AddJsonOptions(options => { options.JsonSerializerOptions.DefaultIgnoreCondition = JsonIgnoreCondition.WhenWritingNull; });
"location": { "latitude": 40.7128, "longitude": 74.006, "address": null, "city": null, "country": "US", "state": null, "zipCode": null, "placeType": null, "isMetricRegion": false },