Page 1 of 1

Replace "@:Dog.Name" and "@Bird.Name" with values from the Dog object and Bird object using a script? Use Java. { "Dog":

Posted: Fri Jul 01, 2022 5:39 am
by answerhappygod
Replace Dog Name And Bird Name With Values From The Dog Object And Bird Object Using A Script Use Java Dog 1
Replace Dog Name And Bird Name With Values From The Dog Object And Bird Object Using A Script Use Java Dog 1 (40.96 KiB) Viewed 38 times
Replace "@:Dog.Name" and "@Bird.Name" with values from the Dog object and Bird object using a script? Use Java. { "Dog":{ "Name":"Haley", "Breed":"Labrador Retriever", } "Bird":{ "Name":"Layla", "Color":"purple", } "Animals":{ "Dog_Name":"@:Dog.Name", "Bird_Name":"@:Bird.Name", } } Here's an example of how it should look after running the script: "Animals":{ "Dog_Name":"Haley", "Bird_Name":"Layla", }