pub fn get_theme_list_json(state_json: &str) -> String
Get all theme keys and names as JSON array: [{ “key”: “default”, “name”: “Default Theme” }, …] Returns array of themes from the state JSON.