1 2 3 4 5 6 7 8 9
crate::ix!(); /// Enum to specify parsing strategy. #[derive(Debug,Copy,Clone,PartialEq,Eq,Hash)] pub enum JsonParsingStrategy { WithoutRepair, WithRepair, }