pub fn parse_embedded_json<T: DeserializeOwned>( field: &str, value: Value, ) -> Result<T, ShaperailError>