-
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
How to add json to another json? #1718
Copy link
Copy link
Closed
Labels
kind: questionsolution: proposed fixa fix for the issue has been proposed and waits for confirmationa fix for the issue has been proposed and waits for confirmation
Description
Activity
Metadata
Metadata
Assignees
Labels
kind: questionsolution: proposed fixa fix for the issue has been proposed and waits for confirmationa fix for the issue has been proposed and waits for confirmation
Hi,
I am struggling a little when trying to add one json to another. Let me explain:
{ "Profiles" : { "B" : { "SomeOtherObject: : 34578 }, "C" : { "Name" : "Mark" } } }How can I achieve that? I would like to avoid using initializer list, thanks.
EDIT: To be honest I don't even know how to construct this with initializer list ;)