Skip to main content

get_theme_list_json

Function get_theme_list_json 

Source
pub fn get_theme_list_json(state_json: &str) -> String
Expand description

Get all theme keys and names as JSON array: [{ “key”: “default”, “name”: “Default Theme” }, …] Returns array of themes from the state JSON.