jskrable
8 years agoNew Contributor III
Script Snap Data Structures
Hello,
I have written a script to create a JSON object with counters of a parameterized length, with the desired structure like this:
[
{
“counter”: 1
},
{
“counter”: 2
},
{
“co...