Files
2023-01-24 20:31:23 +00:00

8 lines
70 B
JavaScript

({
foo: [
{a: {b: 1}},
{a: {b: 2}},
{a: {b: 3}}
]
});