Deserialize An Integer
This is a test to bug hunt a problem I'm having in Neopoligen. It's working here as expected. Still TBD on what's up with the other thing.
//! ```cargo
//! [dependencies]
//! serde = { version = "1.0.195", features = ["derive"] }
//! serde_json = "1.0.111"
//! ```
use Deserialize;
use serde_json;
~ fin ~