You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add `json::MakeSimpleKey()` in `json_key.h` to compute key length and FNV-1a hash from string literals at compile time, and migrate multiple params-const headers to use it instead of manual `SimpleKey` initializers. This removes duplicated hash includes and avoids hardcoded length/hash mismatches. The change also marks `Key` getters as `[[nodiscard]]` and includes minor formatting/header cleanup in touched JSON DMX files.
0 commit comments