fn read_simple( value: &Value, type_name: &str, path: &str, ) -> Result<Simple, UciError>
Maps a JSON scalar onto Simple. null is refused. A numeric string is parsed when the declared primitive is numeric.
Simple
null