Add JsonMerge() function #15

Closed
opened 2023-11-06 20:56:03 +00:00 by jordan · 0 comments
Owner

A JsonMerge() function should be added which recursively merges two JSON objects, replacing the keys in the first with the keys in the second, but not deleting any keys in the first that aren't in the second.

This will allow us to cleanly implement Telodendria/telodendria#15 and a few other endpoints where updating only a subset of a JSON object would be useful.

A `JsonMerge()` function should be added which recursively merges two JSON objects, replacing the keys in the first with the keys in the second, but not deleting any keys in the first that aren't in the second. This will allow us to cleanly implement Telodendria/telodendria#15 and a few other endpoints where updating only a subset of a JSON object would be useful.
jordan added the
enhancement
label 2023-11-06 20:56:09 +00:00
jordan referenced this issue from a commit 2023-11-07 02:25:57 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Telodendria/Cytoplasm#15
No description provided.