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
..
2025-06-22 12:13:12 +02:00
2015-10-03 14:51:13 +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
2025-06-20 14:39:32 +02:00
2025-06-22 11:37:59 +02:00
2025-06-22 16:33:20 +02:00
2025-06-18 13:05:58 +02:00
2023-03-02 17:26:51 +01:00
2024-02-27 02:10:05 +01:00
2025-06-20 16:19:37 +02:00
2025-06-17 22:32:08 +02: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