Files
gallery-dl/test
Mike Fährmann 2bcc2f2a17 [formatter] implement 'M' format specifier
Map a list of objects to a list of values

[
    {"name": "John Doe"      , "age": 42},
    {"name": "Jane Smith"    , "age": 24},
    {"name": "Max Mustermann", "age": null}
]

== :Mname =>

["John Doe", "Jane Smith", "Max Mustermann"]
2025-06-22 16:33:20 +02:00
..
2024-02-27 02:10:05 +01:00
2025-06-13 00:03:41 +02:00
2025-06-13 00:03:41 +02:00
2023-03-02 17:26:51 +01:00
2025-06-18 20:49:12 +02:00
2025-06-17 21:47:21 +02:00
2025-06-13 00:03:41 +02:00