This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
Hello Community,
Currently we have data like this :
{
“ID”:
“ProjectNumber”:
“ProjectAllocation”:
“Class”:
“ClassPlace”:
}
The desired output is like this:
{
“ID”:0,
“ProjectNumber”:{
“ProjectNumberID”:“string”,
“ProjectAllocation”:{
“ProjectAllocati...