Type Definition jsonc_parser::CommentMap
source · pub type CommentMap<'a> = HashMap<usize, Rc<Vec<Comment<'a>>>>;
Expand description
Map where the comments are stored in collections where the key is the previous token end or start of file or next token start or end of the file.