1st string.. { { "Layer", }, { "Data",{ { { "Type", },{ "Count", }, { "Point", { } } } } }, }; 2nd string.. { "Point1", { { "X", }, { "Y", }, { "Z", } } }, how to add 2nd string into "Point" section of 1st string???
1st string..
{ { "Layer", },
{ "Data",{
{ { "Type", },{ "Count", },
{ "Point",
{
}
}
}
} },
};
2nd string..
{ "Point1",
{
{ "X", },
{ "Y", },
{ "Z", }
} },
how to add 2nd string into "Point" section of 1st string???