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
Updated by Alina Lenk 7 months ago
- File 0003-json-protocol-allow-object-creation-in-packet-code.patch 0003-json-protocol-allow-object-creation-in-packet-code.patch added
- Status changed from New to In Review
Updated by Alina Lenk 7 months ago
Actions