#json
#orderAttribute
In .NET 6, the JsonPropertyOrderAttribute has been added to System.Text.Json.
It allows controlling the serialization order of properties.
Previously, the serialization order was determined by reflection order.
✏️ Oleg Kyrylchuk
@fullStackDevs
#orderAttribute
In .NET 6, the JsonPropertyOrderAttribute has been added to System.Text.Json.
It allows controlling the serialization order of properties.
Previously, the serialization order was determined by reflection order.
✏️ Oleg Kyrylchuk
@fullStackDevs
👍11