This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Steve Downey
sdowney.org
did:plc:gw6hfdpe2kzw4tr6fyfsryxx
Oh dear:
```
constexpr auto data =
R"({"field": "yes",
"number": 2996})"_json;
static_assert(data.number == 2996);
std::println("field: {}, number: {}", data.field, data.number);
```
works.
Thanks to Dan Katz (both for reflection and code)
godbolt.org/z/YsEK418K6
https://godbolt.org/z/YsEK418K6
2025-06-23T23:12:09.542Z