Content deleted Content added
(2 intermediate revisions by 2 users not shown) | |||
Line 17:
==In other languages==
In [[PHP]], associative arrays and <code>stdClass</code> objects can be considered PDS.{{citation needed|date=September 2019}}
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. The dataclasses in
In [[C (programming language)|C]], structs are used in the same manner.
|