Actions
Feature #496
closedjson protocol: object creation in packet code
Start date:
04/21/2024
Due date:
% Done:
0%
Estimated time:
Description
Currently packet code is only able to create custom arrays; object creation is restricted to dataio-internal functions (and the root packet itself); accordingly, some things that are logically structs (like array-diff elements) are instead represented by fixed-length arrays with heterogenous fields.
~> Add a dataio_json function for object creation and replace any such "tuple" arrays with objects with appropriate named keys.
Files
Actions