Passive data structure: Difference between revisions

Content deleted Content added
Importing Wikidata short description: "Another term for record"
Line 20:
 
Other structured data representations such as [[XML]] or [[JSON]] can also be used as a PDS if no significant semantic restrictions are used.
 
In [[Python (programming language)|Python]], dataclass module provides dataclasses - often used as behaviourless containers for holding data, with options for data validation.
 
==See also==