-
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
add json string in previous string?? #1025
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
1st string..
{ { "Layer", },
{ "Data",{
{ { "Type", },{ "Count", },
{ "Point",
{
}
}
}
} },
};
2nd string..
{ "Point1",
{
{ "X", },
{ "Y", },
{ "Z", }
} },
how to add 2nd string into "Point" section of 1st string???