pub fn issues_json( layout: &Layout, project_filter: Option<&str>, state_filter: Option<&str>, ready_only: bool, ) -> Result<Value>
Issue rows as JSON, filtered the same way report::list filters them.
report::list