Can we modify the key name in a JSON object?

Now that I’ve started working on creating my example I’m realizing it might become a challenge to create. If you notice in my example JSON below I need to have key names increment. Is that possible with Mockaroo? I not sure because not only would I need these name modified but I would need to call on them later in the code. Any ideas on this one?

{
“Sensor 1”: {
“lat”: 10,
“lng”: 10,
“unit”: “C”,
“type”: “temperature”,
“range”: [
0,
45
],
“description”: “Main Entrance”
},
“Sensor 2”: {
“lat”: 90,
“lng”: 90,
“unit”: “C”,
“type”: “temperature”,
“range”: [
0,
45
],
“description”: “Kitchen”
},
“Sensor 3”: {
“lat”: 90,
“lng”: 10,
“unit”: “C”,
“type”: “temperature”,
“range”: [
0,
45
],
“description”: “Deposit”
},
“Sensor 4”: {
“lat”: 10,
“lng”: 90,
“unit”: “C”,
“type”: “temperature”,
“range”: [
0,
45
],
“description”: “Assemlby Floor”
},
“Sensor 5”: {
“lat”: 50,
“lng”: 50,
“unit”: “C”,
“type”: “temperature”,
“range”: [
0,
45
],
“description”: “Offices”
}
}

Bump. Is this possible?

No, unfortunately field names are static. I made add this in the future, but I don’t have a timeline for that at the moment.

Actually, there is a way to create the kind of data you’re looking for using a JSON Array with an inline formula.

Here is an example.