Files
framework/public/plugins/mustache/test/_files/nesting.js
T
2023-01-24 20:31:23 +00:00

8 lines
70 B
JavaScript

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