[][src]Function pin::pinboard::counts_for_json

pub fn counts_for_json(text: &str) -> Result<Vec<(String, usize)>>

Break down the JSON respones body (to /v1/tags/get) into a Vec of (String, usize) tuples (representing tag name & use count, respectively).