Reflecting JSON into C++ Objects

2 goranmoomin 1 6/27/2025, 1:55:43 PM brevzin.github.io ↗

Comments (1)

evanjrowley · 8h ago
Is there a way to override the reflected data types so that “12345” and/or “true” remain strings? The built-in assumption about specific data types is why PowerShell’s “great” JSON support is not so great for me.