Open
Description
So I put into the db a postman collection with key being the postman id of the collection.
for kv in db.iter() {
let collection = kv.get_value::<String>();
if collection.is_some() {
//collections.push(collection.unwrap()) ; // Doesnt work
collections.push(serde_json::from_str::<Spec>(&collection.unwrap()).unwrap()); // works
}
}
If required I can grant you access to the app.
Metadata
Metadata
Assignees
Labels
No labels