Closed
Description
See html/render.rs for the Rust side and main.js and possibly other places for the JS side.
I see no reason why this struct is serialised as an array, thus losing the information about which field is which. Using an object would retain that information and make things less error-prone, I believe.