Skip to content

With JSON export, output properties before objects - #105

Merged
mikee47 merged 1 commit into
developfrom
feature/export-properties-first
Aug 30, 2026
Merged

With JSON export, output properties before objects#105
mikee47 merged 1 commit into
developfrom
feature/export-properties-first

Conversation

@mikee47

@mikee47 mikee47 commented Aug 29, 2026

Copy link
Copy Markdown
Owner

This PR reverses the order of output during JSON export, placing properties before objects.

This can matter in some situations, for example when using https://github.com/mikee47/JsonStreamingParser and a property indicates the content of following object data. One example is JSON-RPC, where the structure of the "params" object depends on the value of the "method" property.

ConfigDB internally separates object properties from simple ones since these are handled differently.
Otherwise, they are in the same order declared in the schema.

@mikee47
mikee47 merged commit 8744f1f into develop Aug 30, 2026
18 checks passed
@mikee47
mikee47 deleted the feature/export-properties-first branch August 30, 2026 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant