Update serialization examples from XML to JSON
Most of the serialization documentation currently demonstrates usage with the XML serializer. This made sense historically, when XML was the common format for data exchange. However, JSON has since become the de facto standard for serialization in modern Django projects.
To reflect current best practices and developer expectations, the documentation should be updated to show examples using json
instead of xml
. This change would make the examples more relevant and immediately usable, while still acknowledging that XML remains supported.
Change History
(7)
Triage Stage: |
Unreviewed → Accepted
|
Patch needs improvement: |
set
|
Triage Stage: |
Accepted → Ready for checkin
|
Patch needs improvement: |
unset
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
In 762d3be: