Files
Nim/tests/stdlib
metagn 9c7f04dacb fix jsonutils with generic sandwiches, don't use strformat (#24560)
fixes #24559

The strformat macros have the problem that they don't capture symbols,
so don't use them in the generic `fromJson` proc here. Also `fromJson`
refers to `jsonTo` before it is declared which doesn't capture it, so
it's now forward declared.

(cherry picked from commit 5c71fbab30)
2025-01-15 10:19:51 +01:00
..
2023-06-09 16:03:28 +02:00
2025-01-14 12:15:09 +01:00
2023-06-08 08:02:57 +02:00