Home

cuesonnet @ad92adf766ccabb211e2344123f01dcf37636f22 - refs - log -
-
https://git.jolheiser.com/cuesonnet.git
CUE + Jsonnet
cuesonnet / testdata / composition / valid.jsonnet
- raw -
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
[
  {
    firstName: 'Alice',
    lastName: 'Smith',
    createdAt: '2024-01-15T10:00:00Z',
    updatedAt: '2024-06-01T12:00:00Z',
    age: 30,
  },
  {
    firstName: 'Bob',
    lastName: 'Jones',
    createdAt: '2023-05-20T08:30:00Z',
    updatedAt: '2023-05-20T08:30:00Z',
    age: 25,
  },
]