Project

General

Profile

Actions

Feature #496

closed

json protocol: object creation in packet code

Added by Alina Lenk 28 days ago. Updated 27 days ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
General
Target version:
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 #2

Updated by Alina Lenk 28 days ago

Updated patch: Rebased onto new #473 patch.

I should probably note; this patch depends on #473 and #483.

Actions #3

Updated by Alina Lenk 27 days ago

  • Status changed from In Review to Closed
Actions

Also available in: Atom PDF