- 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 37 times
Replace "@:Dog.Name" and "@Bird.Name" with values from the Dog object and Bird object using a script? Use Java. { "Dog":
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Replace "@:Dog.Name" and "@Bird.Name" with values from the Dog object and Bird object using a script? Use Java. { "Dog":
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", }