pub fn issues_json(
layout: &Layout,
project_filter: Option<&str>,
state_filter: Option<&str>,
ready_only: bool,
) -> Result<Value>Expand description
Issue rows as JSON, filtered the same way report::list filters them.
ยงErrors
Returns an error if the corpus cannot be read, or the rows cannot be serialized.