Implemented float literals for OwnedLiterals, not yet for serde_json.
This commit is contained in:
@@ -119,6 +119,7 @@ pub struct Partial<'a> {
|
||||
pub enum OwnedLiteral {
|
||||
LString(String),
|
||||
LPositiveInteger(u64),
|
||||
LFloat(f64),
|
||||
}
|
||||
|
||||
#[derive(Debug, PartialEq)]
|
||||
|
||||
Reference in New Issue
Block a user